Shades of Dark Pink #DB588E
Tints of Dark Pink #DB588E
RGB
CMYK
RGB Variations
Color information
#DB588E (or 0xDB588E) is known color: Dark Pink. HEX triplet: DB, 58 and 8E. RGB value is (219,88,142). Sum of RGB (Red+Green+Blue) = 219+88+142=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB588E is #24A771. Grayscale: #858585. Windows color (decimal): -2402162 or 9328859. OLE color: 9328859.
HSL color Cylindrical-coordinate representation of color #DB588E: hue angle of 335.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB588E is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 142 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.14 |
| HSL | 335.27º | 0.65% | 0.6% | - |
| HSV(B) | 335.27º | 0.6% | 0.86% | - |
| XYZ | 37.59 | 23.99 | 28.24 | - |
| YUV | 133.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 142 | 0 | 0.60 | 0.35 | 0.14 | 335.27 | 0.65 | 0.6 |
| Hex | DB | 58 | 8E | 0 | 3C | 23 | E | 14F | 41 | 3C |
| Octal | 333 | 130 | 216 | 0 | 74 | 43 | 16 | 517 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10001110 | 0 | 111100 | 100011 | 1110 | 101001111 | 1000001 | 111100 |
Color Harmonies of #DB588E
Complementary color
Monochromatic Colors of #DB588E
Black with #DB588E
Text Example
Text Example
White with #DB588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB588E; }
p { color: rgb(219,88,142); }
H1.HeaderClassName
{
color: #DB588E;
}
.AnyTagClassName
{
color: #DB588E;
}
</style>
background-color css
<style>
a { background-color: #DB588E; }
a { background-color: rgb(219,88,142); }
div.DivClassName
{
background-color: #DB588E;
}
.BgClassName
{
background-color: #DB588E;
}
</style>
border-color css
<style>
span { border-color: #DB588E; }
span { border-color: rgb(219,88,142); }
td.TdClassName
{
border-color: #DB588E;
}
.TagClassName
{
border-color: #DB588E;
}
</style>