Shades of Dark Pink #DB5588
Tints of Dark Pink #DB5588
RGB
CMYK
RGB Variations
Color information
#DB5588 (or 0xDB5588) is known color: Dark Pink. HEX triplet: DB, 55 and 88. RGB value is (219,85,136). Sum of RGB (Red+Green+Blue) = 219+85+136=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5588 is #24AA77. Grayscale: #828282. Windows color (decimal): -2402936 or 8934875. OLE color: 8934875.
HSL color Cylindrical-coordinate representation of color #DB5588: hue angle of 337.16º 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 #DB5588 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 136 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.14 |
| HSL | 337.16º | 0.65% | 0.6% | - |
| HSV(B) | 337.16º | 0.61% | 0.86% | - |
| XYZ | 36.91 | 23.33 | 25.85 | - |
| YUV | 130.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 136 | 0 | 0.61 | 0.38 | 0.14 | 337.16 | 0.65 | 0.6 |
| Hex | DB | 55 | 88 | 0 | 3D | 26 | E | 151 | 41 | 3C |
| Octal | 333 | 125 | 210 | 0 | 75 | 46 | 16 | 521 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10001000 | 0 | 111101 | 100110 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DB5588
Complementary color
Monochromatic Colors of #DB5588
Black with #DB5588
Text Example
Text Example
White with #DB5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5588; }
p { color: rgb(219,85,136); }
H1.HeaderClassName
{
color: #DB5588;
}
.AnyTagClassName
{
color: #DB5588;
}
</style>
background-color css
<style>
a { background-color: #DB5588; }
a { background-color: rgb(219,85,136); }
div.DivClassName
{
background-color: #DB5588;
}
.BgClassName
{
background-color: #DB5588;
}
</style>
border-color css
<style>
span { border-color: #DB5588; }
span { border-color: rgb(219,85,136); }
td.TdClassName
{
border-color: #DB5588;
}
.TagClassName
{
border-color: #DB5588;
}
</style>