Shades of Dark Pink #DB588B
Tints of Dark Pink #DB588B
RGB
CMYK
RGB Variations
Color information
#DB588B (or 0xDB588B) is known color: Dark Pink. HEX triplet: DB, 58 and 8B. RGB value is (219,88,139). Sum of RGB (Red+Green+Blue) = 219+88+139=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB588B is #24A774. Grayscale: #848484. Windows color (decimal): -2402165 or 9132251. OLE color: 9132251.
HSL color Cylindrical-coordinate representation of color #DB588B: hue angle of 336.64º 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 #DB588B is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 139 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.14 |
| HSL | 336.64º | 0.65% | 0.6% | - |
| HSV(B) | 336.64º | 0.6% | 0.86% | - |
| XYZ | 37.36 | 23.9 | 27.07 | - |
| YUV | 132.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 139 | 0 | 0.60 | 0.37 | 0.14 | 336.64 | 0.65 | 0.6 |
| Hex | DB | 58 | 8B | 0 | 3C | 25 | E | 151 | 41 | 3C |
| Octal | 333 | 130 | 213 | 0 | 74 | 45 | 16 | 521 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10001011 | 0 | 111100 | 100101 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DB588B
Complementary color
Monochromatic Colors of #DB588B
Black with #DB588B
Text Example
Text Example
White with #DB588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB588B; }
p { color: rgb(219,88,139); }
H1.HeaderClassName
{
color: #DB588B;
}
.AnyTagClassName
{
color: #DB588B;
}
</style>
background-color css
<style>
a { background-color: #DB588B; }
a { background-color: rgb(219,88,139); }
div.DivClassName
{
background-color: #DB588B;
}
.BgClassName
{
background-color: #DB588B;
}
</style>
border-color css
<style>
span { border-color: #DB588B; }
span { border-color: rgb(219,88,139); }
td.TdClassName
{
border-color: #DB588B;
}
.TagClassName
{
border-color: #DB588B;
}
</style>