Shades of Dark Pink #DD5688
Tints of Dark Pink #DD5688
RGB
CMYK
RGB Variations
Color information
#DD5688 (or 0xDD5688) is known color: Dark Pink. HEX triplet: DD, 56 and 88. RGB value is (221,86,136). Sum of RGB (Red+Green+Blue) = 221+86+136=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5688 is #22A977. Grayscale: #848484. Windows color (decimal): -2271608 or 8935133. OLE color: 8935133.
HSL color Cylindrical-coordinate representation of color #DD5688: hue angle of 337.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5688 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 136 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.13 |
| HSL | 337.78º | 0.67% | 0.6% | - |
| HSV(B) | 337.78º | 0.61% | 0.87% | - |
| XYZ | 37.59 | 23.81 | 25.91 | - |
| YUV | 132.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 136 | 0 | 0.61 | 0.38 | 0.13 | 337.78 | 0.67 | 0.6 |
| Hex | DD | 56 | 88 | 0 | 3D | 26 | D | 152 | 43 | 3C |
| Octal | 335 | 126 | 210 | 0 | 75 | 46 | 15 | 522 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10001000 | 0 | 111101 | 100110 | 1101 | 101010010 | 1000011 | 111100 |
Color Harmonies of #DD5688
Complementary color
Monochromatic Colors of #DD5688
Black with #DD5688
Text Example
Text Example
White with #DD5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5688; }
p { color: rgb(221,86,136); }
H1.HeaderClassName
{
color: #DD5688;
}
.AnyTagClassName
{
color: #DD5688;
}
</style>
background-color css
<style>
a { background-color: #DD5688; }
a { background-color: rgb(221,86,136); }
div.DivClassName
{
background-color: #DD5688;
}
.BgClassName
{
background-color: #DD5688;
}
</style>
border-color css
<style>
span { border-color: #DD5688; }
span { border-color: rgb(221,86,136); }
td.TdClassName
{
border-color: #DD5688;
}
.TagClassName
{
border-color: #DD5688;
}
</style>