Shades of Dark Pink #DD5187
Tints of Dark Pink #DD5187
RGB
CMYK
RGB Variations
Color information
#DD5187 (or 0xDD5187) is known color: Dark Pink. HEX triplet: DD, 51 and 87. RGB value is (221,81,135). Sum of RGB (Red+Green+Blue) = 221+81+135=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5187 is #22AE78. Grayscale: #808080. Windows color (decimal): -2272889 or 8868317. OLE color: 8868317.
HSL color Cylindrical-coordinate representation of color #DD5187: hue angle of 336.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5187 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 135 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.13 |
| HSL | 336.86º | 0.67% | 0.59% | - |
| HSV(B) | 336.86º | 0.63% | 0.87% | - |
| XYZ | 37.13 | 23.01 | 25.41 | - |
| YUV | 129.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 135 | 0 | 0.63 | 0.39 | 0.13 | 336.86 | 0.67 | 0.59 |
| Hex | DD | 51 | 87 | 0 | 3F | 27 | D | 151 | 43 | 3B |
| Octal | 335 | 121 | 207 | 0 | 77 | 47 | 15 | 521 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10000111 | 0 | 111111 | 100111 | 1101 | 101010001 | 1000011 | 111011 |
Color Harmonies of #DD5187
Complementary color
Monochromatic Colors of #DD5187
Black with #DD5187
Text Example
Text Example
White with #DD5187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5187; }
p { color: rgb(221,81,135); }
H1.HeaderClassName
{
color: #DD5187;
}
.AnyTagClassName
{
color: #DD5187;
}
</style>
background-color css
<style>
a { background-color: #DD5187; }
a { background-color: rgb(221,81,135); }
div.DivClassName
{
background-color: #DD5187;
}
.BgClassName
{
background-color: #DD5187;
}
</style>
border-color css
<style>
span { border-color: #DD5187; }
span { border-color: rgb(221,81,135); }
td.TdClassName
{
border-color: #DD5187;
}
.TagClassName
{
border-color: #DD5187;
}
</style>