Shades of Dark Pink #DD5288
Tints of Dark Pink #DD5288
RGB
CMYK
RGB Variations
Color information
#DD5288 (or 0xDD5288) is known color: Dark Pink. HEX triplet: DD, 52 and 88. RGB value is (221,82,136). Sum of RGB (Red+Green+Blue) = 221+82+136=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5288 is #22AD77. Grayscale: #818181. Windows color (decimal): -2272632 or 8934109. OLE color: 8934109.
HSL color Cylindrical-coordinate representation of color #DD5288: hue angle of 336.69º 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 #DD5288 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 136 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.13 |
| HSL | 336.69º | 0.67% | 0.59% | - |
| HSV(B) | 336.69º | 0.63% | 0.87% | - |
| XYZ | 37.28 | 23.18 | 25.8 | - |
| YUV | 129.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 136 | 0 | 0.63 | 0.38 | 0.13 | 336.69 | 0.67 | 0.59 |
| Hex | DD | 52 | 88 | 0 | 3F | 26 | D | 151 | 43 | 3B |
| Octal | 335 | 122 | 210 | 0 | 77 | 46 | 15 | 521 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10001000 | 0 | 111111 | 100110 | 1101 | 101010001 | 1000011 | 111011 |
Color Harmonies of #DD5288
Complementary color
Monochromatic Colors of #DD5288
Black with #DD5288
Text Example
Text Example
White with #DD5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5288; }
p { color: rgb(221,82,136); }
H1.HeaderClassName
{
color: #DD5288;
}
.AnyTagClassName
{
color: #DD5288;
}
</style>
background-color css
<style>
a { background-color: #DD5288; }
a { background-color: rgb(221,82,136); }
div.DivClassName
{
background-color: #DD5288;
}
.BgClassName
{
background-color: #DD5288;
}
</style>
border-color css
<style>
span { border-color: #DD5288; }
span { border-color: rgb(221,82,136); }
td.TdClassName
{
border-color: #DD5288;
}
.TagClassName
{
border-color: #DD5288;
}
</style>