Shades of Dark Pink #DD5789
Tints of Dark Pink #DD5789
RGB
CMYK
RGB Variations
Color information
#DD5789 (or 0xDD5789) is known color: Dark Pink. HEX triplet: DD, 57 and 89. RGB value is (221,87,137). Sum of RGB (Red+Green+Blue) = 221+87+137=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5789 is #22A876. Grayscale: #848484. Windows color (decimal): -2271351 or 9000925. OLE color: 9000925.
HSL color Cylindrical-coordinate representation of color #DD5789: hue angle of 337.61º degrees, saturation: 0.66, 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 #DD5789 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 137 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.13 |
| HSL | 337.61º | 0.66% | 0.6% | - |
| HSV(B) | 337.61º | 0.61% | 0.87% | - |
| XYZ | 37.74 | 23.99 | 26.31 | - |
| YUV | 132.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 137 | 0 | 0.61 | 0.38 | 0.13 | 337.61 | 0.66 | 0.6 |
| Hex | DD | 57 | 89 | 0 | 3D | 26 | D | 152 | 42 | 3C |
| Octal | 335 | 127 | 211 | 0 | 75 | 46 | 15 | 522 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10001001 | 0 | 111101 | 100110 | 1101 | 101010010 | 1000010 | 111100 |
Color Harmonies of #DD5789
Complementary color
Monochromatic Colors of #DD5789
Black with #DD5789
Text Example
Text Example
White with #DD5789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5789; }
p { color: rgb(221,87,137); }
H1.HeaderClassName
{
color: #DD5789;
}
.AnyTagClassName
{
color: #DD5789;
}
</style>
background-color css
<style>
a { background-color: #DD5789; }
a { background-color: rgb(221,87,137); }
div.DivClassName
{
background-color: #DD5789;
}
.BgClassName
{
background-color: #DD5789;
}
</style>
border-color css
<style>
span { border-color: #DD5789; }
span { border-color: rgb(221,87,137); }
td.TdClassName
{
border-color: #DD5789;
}
.TagClassName
{
border-color: #DD5789;
}
</style>