Shades of Dark Pink #DD558C
Tints of Dark Pink #DD558C
RGB
CMYK
RGB Variations
Color information
#DD558C (or 0xDD558C) is known color: Dark Pink. HEX triplet: DD, 55 and 8C. RGB value is (221,85,140). Sum of RGB (Red+Green+Blue) = 221+85+140=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558C is #22AA73. Grayscale: #838383. Windows color (decimal): -2271860 or 9197021. OLE color: 9197021.
HSL color Cylindrical-coordinate representation of color #DD558C: hue angle of 335.74º 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 #DD558C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 140 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.13 |
| HSL | 335.74º | 0.67% | 0.6% | - |
| HSV(B) | 335.74º | 0.62% | 0.87% | - |
| XYZ | 37.8 | 23.76 | 27.41 | - |
| YUV | 131.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 140 | 0 | 0.62 | 0.37 | 0.13 | 335.74 | 0.67 | 0.6 |
| Hex | DD | 55 | 8C | 0 | 3E | 25 | D | 150 | 43 | 3C |
| Octal | 335 | 125 | 214 | 0 | 76 | 45 | 15 | 520 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10001100 | 0 | 111110 | 100101 | 1101 | 101010000 | 1000011 | 111100 |
Color Harmonies of #DD558C
Complementary color
Monochromatic Colors of #DD558C
Black with #DD558C
Text Example
Text Example
White with #DD558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD558C; }
p { color: rgb(221,85,140); }
H1.HeaderClassName
{
color: #DD558C;
}
.AnyTagClassName
{
color: #DD558C;
}
</style>
background-color css
<style>
a { background-color: #DD558C; }
a { background-color: rgb(221,85,140); }
div.DivClassName
{
background-color: #DD558C;
}
.BgClassName
{
background-color: #DD558C;
}
</style>
border-color css
<style>
span { border-color: #DD558C; }
span { border-color: rgb(221,85,140); }
td.TdClassName
{
border-color: #DD558C;
}
.TagClassName
{
border-color: #DD558C;
}
</style>