Shades of Dark Pink #DB588C
Tints of Dark Pink #DB588C
RGB
CMYK
RGB Variations
Color information
#DB588C (or 0xDB588C) is known color: Dark Pink. HEX triplet: DB, 58 and 8C. RGB value is (219,88,140). Sum of RGB (Red+Green+Blue) = 219+88+140=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB588C is #24A773. Grayscale: #858585. Windows color (decimal): -2402164 or 9197787. OLE color: 9197787.
HSL color Cylindrical-coordinate representation of color #DB588C: hue angle of 336.18º 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 #DB588C is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 140 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.14 |
| HSL | 336.18º | 0.65% | 0.6% | - |
| HSV(B) | 336.18º | 0.6% | 0.86% | - |
| XYZ | 37.44 | 23.93 | 27.46 | - |
| YUV | 133.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 140 | 0 | 0.60 | 0.36 | 0.14 | 336.18 | 0.65 | 0.6 |
| Hex | DB | 58 | 8C | 0 | 3C | 24 | E | 150 | 41 | 3C |
| Octal | 333 | 130 | 214 | 0 | 74 | 44 | 16 | 520 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10001100 | 0 | 111100 | 100100 | 1110 | 101010000 | 1000001 | 111100 |
Color Harmonies of #DB588C
Complementary color
Monochromatic Colors of #DB588C
Black with #DB588C
Text Example
Text Example
White with #DB588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB588C; }
p { color: rgb(219,88,140); }
H1.HeaderClassName
{
color: #DB588C;
}
.AnyTagClassName
{
color: #DB588C;
}
</style>
background-color css
<style>
a { background-color: #DB588C; }
a { background-color: rgb(219,88,140); }
div.DivClassName
{
background-color: #DB588C;
}
.BgClassName
{
background-color: #DB588C;
}
</style>
border-color css
<style>
span { border-color: #DB588C; }
span { border-color: rgb(219,88,140); }
td.TdClassName
{
border-color: #DB588C;
}
.TagClassName
{
border-color: #DB588C;
}
</style>