Shades of Dark Pink #DB558E
Tints of Dark Pink #DB558E
RGB
CMYK
RGB Variations
Color information
#DB558E (or 0xDB558E) is known color: Dark Pink. HEX triplet: DB, 55 and 8E. RGB value is (219,85,142). Sum of RGB (Red+Green+Blue) = 219+85+142=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB558E is #24AA71. Grayscale: #838383. Windows color (decimal): -2402930 or 9328091. OLE color: 9328091.
HSL color Cylindrical-coordinate representation of color #DB558E: hue angle of 334.48º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB558E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 142 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.14 |
| HSL | 334.48º | 0.65% | 0.6% | - |
| HSV(B) | 334.48º | 0.61% | 0.86% | - |
| XYZ | 37.34 | 23.51 | 28.16 | - |
| YUV | 131.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 142 | 0 | 0.61 | 0.35 | 0.14 | 334.48 | 0.65 | 0.6 |
| Hex | DB | 55 | 8E | 0 | 3D | 23 | E | 14E | 41 | 3C |
| Octal | 333 | 125 | 216 | 0 | 75 | 43 | 16 | 516 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10001110 | 0 | 111101 | 100011 | 1110 | 101001110 | 1000001 | 111100 |
Color Harmonies of #DB558E
Complementary color
Monochromatic Colors of #DB558E
Black with #DB558E
Text Example
Text Example
White with #DB558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB558E; }
p { color: rgb(219,85,142); }
H1.HeaderClassName
{
color: #DB558E;
}
.AnyTagClassName
{
color: #DB558E;
}
</style>
background-color css
<style>
a { background-color: #DB558E; }
a { background-color: rgb(219,85,142); }
div.DivClassName
{
background-color: #DB558E;
}
.BgClassName
{
background-color: #DB558E;
}
</style>
border-color css
<style>
span { border-color: #DB558E; }
span { border-color: rgb(219,85,142); }
td.TdClassName
{
border-color: #DB558E;
}
.TagClassName
{
border-color: #DB558E;
}
</style>