Shades of Dark Pink #DE558D
Tints of Dark Pink #DE558D
RGB
CMYK
RGB Variations
Color information
#DE558D (or 0xDE558D) is known color: Dark Pink. HEX triplet: DE, 55 and 8D. RGB value is (222,85,141). Sum of RGB (Red+Green+Blue) = 222+85+141=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE558D is #21AA72. Grayscale: #848484. Windows color (decimal): -2206323 or 9262558. OLE color: 9262558.
HSL color Cylindrical-coordinate representation of color #DE558D: hue angle of 335.47º 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 #DE558D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 141 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.13 |
| HSL | 335.47º | 0.67% | 0.6% | - |
| HSV(B) | 335.47º | 0.62% | 0.87% | - |
| XYZ | 38.18 | 23.95 | 27.81 | - |
| YUV | 132.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 141 | 0 | 0.62 | 0.36 | 0.13 | 335.47 | 0.67 | 0.6 |
| Hex | DE | 55 | 8D | 0 | 3E | 24 | D | 14F | 43 | 3C |
| Octal | 336 | 125 | 215 | 0 | 76 | 44 | 15 | 517 | 103 | 74 |
| Binary | 11011110 | 1010101 | 10001101 | 0 | 111110 | 100100 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DE558D
Complementary color
Monochromatic Colors of #DE558D
Black with #DE558D
Text Example
Text Example
White with #DE558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE558D; }
p { color: rgb(222,85,141); }
H1.HeaderClassName
{
color: #DE558D;
}
.AnyTagClassName
{
color: #DE558D;
}
</style>
background-color css
<style>
a { background-color: #DE558D; }
a { background-color: rgb(222,85,141); }
div.DivClassName
{
background-color: #DE558D;
}
.BgClassName
{
background-color: #DE558D;
}
</style>
border-color css
<style>
span { border-color: #DE558D; }
span { border-color: rgb(222,85,141); }
td.TdClassName
{
border-color: #DE558D;
}
.TagClassName
{
border-color: #DE558D;
}
</style>