color codes Logo

#dd0adb color codes

#DD0ADB
(221,10,219)
0 Favorites   0 Comments

Color spaces of #dd0adb

RGB 22110219
HSL0.830.910.45
HSV301°95°87°
CMYK 0.000.950.01   0.13
XYZ42.713520.703768.7628
Yxy20.70370.32310.1566
Hunter Lab45.501387.9362-57.7497
CIE-Lab52.623787.1908-53.2743

#dd0adb color RGB value is (221,10,219).

#dd0adb hex color red value is 221, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dd0adb hue: 0.83 , saturation: 0.91 and the lightness value of dd0adb is 0.45.

The process color (four color CMYK) of #dd0adb color code is 0.00, 0.95, 0.01, 0.13. Web safe color of #dd0adb is #cc00cc. Color #dd0adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001010 11011011
Octal 335 12 333
Decimal 221 10 219
Hex DD A DB

RGB Percentages of Color #dd0adb

%49.11
%2.22
%48.67

CMYK Percentages of Color #dd0adb

%0
%95
%1
%13

Triadic Colors of #dd0adb

#dd0adb #dbdd0a #0adbdd

Analogous Colors of #dd0adb

#dd0adb #dd0a72 #760add

Monochromatic Colors of #dd0adb

#dd0adb

Complementary Color

#dd0adb #0add0c

#dd0adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0adb Color CSS Codes

.mybgcolor {background-color:#dd0adb; } 
.myforecolor {color:#dd0adb; }
.mybordercolor {border:3px solid #dd0adb; }

#dd0adb Text Font Color

<p style="color:#dd0adb">Text here</p>

This sample text font color is #dd0adb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd0adb Background Color

<div style="background-color:#dd0adb">
Div content here</div>

This div background color is #dd0adb


#dd0adb Border Color

<div style="border:3px solid #dd0adb">
Div here</div>

This div border color is #dd0adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,10,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd0adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd0adb;
  -webkit-box-shadow: 1px 1px 3px 2px #dd0adb;
  box-shadow:         1px 1px 3px 2px #dd0adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,10,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd0adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd0adb;
  -webkit-box-shadow: 1px 1px 3px 2px #dd0adb;
  box-shadow:         1px 1px 3px 2px #dd0adb;">
Div content here</div>

This div box has shadow with color #dd0adb


Comments

No comments written yet.

Please login to write comment.