Shades of Dark Pink #DD5588
Tints of Dark Pink #DD5588
RGB
CMYK
RGB Variations
Color information
#DD5588 (or 0xDD5588) is known color: Dark Pink. HEX triplet: DD, 55 and 88. RGB value is (221,85,136). Sum of RGB (Red+Green+Blue) = 221+85+136=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5588 is #22AA77. Grayscale: #838383. Windows color (decimal): -2271864 or 8934877. OLE color: 8934877.
HSL color Cylindrical-coordinate representation of color #DD5588: hue angle of 337.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5588 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 136 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.13 |
| HSL | 337.5º | 0.67% | 0.6% | - |
| HSV(B) | 337.5º | 0.62% | 0.87% | - |
| XYZ | 37.51 | 23.65 | 25.88 | - |
| YUV | 131.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 136 | 0 | 0.62 | 0.38 | 0.13 | 337.5 | 0.67 | 0.6 |
| Hex | DD | 55 | 88 | 0 | 3E | 26 | D | 152 | 43 | 3C |
| Octal | 335 | 125 | 210 | 0 | 76 | 46 | 15 | 522 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10001000 | 0 | 111110 | 100110 | 1101 | 101010010 | 1000011 | 111100 |
Color Harmonies of #DD5588
Complementary color
Monochromatic Colors of #DD5588
Black with #DD5588
Text Example
Text Example
White with #DD5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5588; }
p { color: rgb(221,85,136); }
H1.HeaderClassName
{
color: #DD5588;
}
.AnyTagClassName
{
color: #DD5588;
}
</style>
background-color css
<style>
a { background-color: #DD5588; }
a { background-color: rgb(221,85,136); }
div.DivClassName
{
background-color: #DD5588;
}
.BgClassName
{
background-color: #DD5588;
}
</style>
border-color css
<style>
span { border-color: #DD5588; }
span { border-color: rgb(221,85,136); }
td.TdClassName
{
border-color: #DD5588;
}
.TagClassName
{
border-color: #DD5588;
}
</style>