Shades of Dark Pink #DD5887
Tints of Dark Pink #DD5887
RGB
CMYK
RGB Variations
Color information
#DD5887 (or 0xDD5887) is known color: Dark Pink. HEX triplet: DD, 58 and 87. RGB value is (221,88,135). Sum of RGB (Red+Green+Blue) = 221+88+135=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5887 is #22A778. Grayscale: #858585. Windows color (decimal): -2271097 or 8870109. OLE color: 8870109.
HSL color Cylindrical-coordinate representation of color #DD5887: hue angle of 338.8º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5887 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 135 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.13 |
| HSL | 338.8º | 0.66% | 0.61% | - |
| HSV(B) | 338.8º | 0.6% | 0.87% | - |
| XYZ | 37.68 | 24.1 | 25.59 | - |
| YUV | 133.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 135 | 0 | 0.60 | 0.39 | 0.13 | 338.8 | 0.66 | 0.61 |
| Hex | DD | 58 | 87 | 0 | 3C | 27 | D | 153 | 42 | 3D |
| Octal | 335 | 130 | 207 | 0 | 74 | 47 | 15 | 523 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10000111 | 0 | 111100 | 100111 | 1101 | 101010011 | 1000010 | 111101 |
Color Harmonies of #DD5887
Complementary color
Monochromatic Colors of #DD5887
Black with #DD5887
Text Example
Text Example
White with #DD5887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5887; }
p { color: rgb(221,88,135); }
H1.HeaderClassName
{
color: #DD5887;
}
.AnyTagClassName
{
color: #DD5887;
}
</style>
background-color css
<style>
a { background-color: #DD5887; }
a { background-color: rgb(221,88,135); }
div.DivClassName
{
background-color: #DD5887;
}
.BgClassName
{
background-color: #DD5887;
}
</style>
border-color css
<style>
span { border-color: #DD5887; }
span { border-color: rgb(221,88,135); }
td.TdClassName
{
border-color: #DD5887;
}
.TagClassName
{
border-color: #DD5887;
}
</style>