Shades of Dark Pink #DD558E
Tints of Dark Pink #DD558E
RGB
CMYK
RGB Variations
Color information
#DD558E (or 0xDD558E) is known color: Dark Pink. HEX triplet: DD, 55 and 8E. RGB value is (221,85,142). Sum of RGB (Red+Green+Blue) = 221+85+142=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558E is #22AA71. Grayscale: #848484. Windows color (decimal): -2271858 or 9328093. OLE color: 9328093.
HSL color Cylindrical-coordinate representation of color #DD558E: hue angle of 334.85º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD558E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 142 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.13 |
| HSL | 334.85º | 0.67% | 0.6% | - |
| HSV(B) | 334.85º | 0.62% | 0.87% | - |
| XYZ | 37.95 | 23.82 | 28.19 | - |
| YUV | 132.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 142 | 0 | 0.62 | 0.36 | 0.13 | 334.85 | 0.67 | 0.6 |
| Hex | DD | 55 | 8E | 0 | 3E | 24 | D | 14F | 43 | 3C |
| Octal | 335 | 125 | 216 | 0 | 76 | 44 | 15 | 517 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10001110 | 0 | 111110 | 100100 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DD558E
Complementary color
Monochromatic Colors of #DD558E
Black with #DD558E
Text Example
Text Example
White with #DD558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD558E; }
p { color: rgb(221,85,142); }
H1.HeaderClassName
{
color: #DD558E;
}
.AnyTagClassName
{
color: #DD558E;
}
</style>
background-color css
<style>
a { background-color: #DD558E; }
a { background-color: rgb(221,85,142); }
div.DivClassName
{
background-color: #DD558E;
}
.BgClassName
{
background-color: #DD558E;
}
</style>
border-color css
<style>
span { border-color: #DD558E; }
span { border-color: rgb(221,85,142); }
td.TdClassName
{
border-color: #DD558E;
}
.TagClassName
{
border-color: #DD558E;
}
</style>