Shades of Dark Pink #DD5689
Tints of Dark Pink #DD5689
RGB
CMYK
RGB Variations
Color information
#DD5689 (or 0xDD5689) is known color: Dark Pink. HEX triplet: DD, 56 and 89. RGB value is (221,86,137). Sum of RGB (Red+Green+Blue) = 221+86+137=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5689 is #22A976. Grayscale: #848484. Windows color (decimal): -2271607 or 9000669. OLE color: 9000669.
HSL color Cylindrical-coordinate representation of color #DD5689: hue angle of 337.33º 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 #DD5689 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 137 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.13 |
| HSL | 337.33º | 0.67% | 0.6% | - |
| HSV(B) | 337.33º | 0.61% | 0.87% | - |
| XYZ | 37.66 | 23.83 | 26.28 | - |
| YUV | 132.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 137 | 0 | 0.61 | 0.38 | 0.13 | 337.33 | 0.67 | 0.6 |
| Hex | DD | 56 | 89 | 0 | 3D | 26 | D | 151 | 43 | 3C |
| Octal | 335 | 126 | 211 | 0 | 75 | 46 | 15 | 521 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10001001 | 0 | 111101 | 100110 | 1101 | 101010001 | 1000011 | 111100 |
Color Harmonies of #DD5689
Complementary color
Monochromatic Colors of #DD5689
Black with #DD5689
Text Example
Text Example
White with #DD5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5689; }
p { color: rgb(221,86,137); }
H1.HeaderClassName
{
color: #DD5689;
}
.AnyTagClassName
{
color: #DD5689;
}
</style>
background-color css
<style>
a { background-color: #DD5689; }
a { background-color: rgb(221,86,137); }
div.DivClassName
{
background-color: #DD5689;
}
.BgClassName
{
background-color: #DD5689;
}
</style>
border-color css
<style>
span { border-color: #DD5689; }
span { border-color: rgb(221,86,137); }
td.TdClassName
{
border-color: #DD5689;
}
.TagClassName
{
border-color: #DD5689;
}
</style>