Shades of Dark Pink #DD6181
Tints of Dark Pink #DD6181
RGB
CMYK
RGB Variations
Color information
#DD6181 (or 0xDD6181) is known color: Dark Pink. HEX triplet: DD, 61 and 81. RGB value is (221,97,129). Sum of RGB (Red+Green+Blue) = 221+97+129=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6181 is #229E7E. Grayscale: #898989. Windows color (decimal): -2268799 or 8479197. OLE color: 8479197.
HSL color Cylindrical-coordinate representation of color #DD6181: hue angle of 344.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6181 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 129 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.13 |
| HSL | 344.52º | 0.65% | 0.62% | - |
| HSV(B) | 344.52º | 0.56% | 0.87% | - |
| XYZ | 38.06 | 25.51 | 23.69 | - |
| YUV | 137.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 129 | 0 | 0.56 | 0.42 | 0.13 | 344.52 | 0.65 | 0.62 |
| Hex | DD | 61 | 81 | 0 | 38 | 2A | D | 159 | 41 | 3E |
| Octal | 335 | 141 | 201 | 0 | 70 | 52 | 15 | 531 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10000001 | 0 | 111000 | 101010 | 1101 | 101011001 | 1000001 | 111110 |
Color Harmonies of #DD6181
Complementary color
Monochromatic Colors of #DD6181
Black with #DD6181
Text Example
Text Example
White with #DD6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6181; }
p { color: rgb(221,97,129); }
H1.HeaderClassName
{
color: #DD6181;
}
.AnyTagClassName
{
color: #DD6181;
}
</style>
background-color css
<style>
a { background-color: #DD6181; }
a { background-color: rgb(221,97,129); }
div.DivClassName
{
background-color: #DD6181;
}
.BgClassName
{
background-color: #DD6181;
}
</style>
border-color css
<style>
span { border-color: #DD6181; }
span { border-color: rgb(221,97,129); }
td.TdClassName
{
border-color: #DD6181;
}
.TagClassName
{
border-color: #DD6181;
}
</style>