Shades of Dark Pink #DD5886
Tints of Dark Pink #DD5886
RGB
CMYK
RGB Variations
Color information
#DD5886 (or 0xDD5886) is known color: Dark Pink. HEX triplet: DD, 58 and 86. RGB value is (221,88,134). Sum of RGB (Red+Green+Blue) = 221+88+134=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5886 is #22A779. Grayscale: #848484. Windows color (decimal): -2271098 or 8804573. OLE color: 8804573.
HSL color Cylindrical-coordinate representation of color #DD5886: hue angle of 339.25º 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 #DD5886 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 134 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.13 |
| HSL | 339.25º | 0.66% | 0.61% | - |
| HSV(B) | 339.25º | 0.6% | 0.87% | - |
| XYZ | 37.61 | 24.07 | 25.22 | - |
| YUV | 133.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 134 | 0 | 0.60 | 0.39 | 0.13 | 339.25 | 0.66 | 0.61 |
| Hex | DD | 58 | 86 | 0 | 3C | 27 | D | 153 | 42 | 3D |
| Octal | 335 | 130 | 206 | 0 | 74 | 47 | 15 | 523 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10000110 | 0 | 111100 | 100111 | 1101 | 101010011 | 1000010 | 111101 |
Color Harmonies of #DD5886
Complementary color
Monochromatic Colors of #DD5886
Black with #DD5886
Text Example
Text Example
White with #DD5886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5886; }
p { color: rgb(221,88,134); }
H1.HeaderClassName
{
color: #DD5886;
}
.AnyTagClassName
{
color: #DD5886;
}
</style>
background-color css
<style>
a { background-color: #DD5886; }
a { background-color: rgb(221,88,134); }
div.DivClassName
{
background-color: #DD5886;
}
.BgClassName
{
background-color: #DD5886;
}
</style>
border-color css
<style>
span { border-color: #DD5886; }
span { border-color: rgb(221,88,134); }
td.TdClassName
{
border-color: #DD5886;
}
.TagClassName
{
border-color: #DD5886;
}
</style>