Shades of Dark Pink #DB5488
Tints of Dark Pink #DB5488
RGB
CMYK
RGB Variations
Color information
#DB5488 (or 0xDB5488) is known color: Dark Pink. HEX triplet: DB, 54 and 88. RGB value is (219,84,136). Sum of RGB (Red+Green+Blue) = 219+84+136=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5488 is #24AB77. Grayscale: #828282. Windows color (decimal): -2403192 or 8934619. OLE color: 8934619.
HSL color Cylindrical-coordinate representation of color #DB5488: hue angle of 336.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5488 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 136 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.14 |
| HSL | 336.89º | 0.65% | 0.59% | - |
| HSV(B) | 336.89º | 0.62% | 0.86% | - |
| XYZ | 36.83 | 23.18 | 25.83 | - |
| YUV | 130.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 136 | 0 | 0.62 | 0.38 | 0.14 | 336.89 | 0.65 | 0.59 |
| Hex | DB | 54 | 88 | 0 | 3E | 26 | E | 151 | 41 | 3B |
| Octal | 333 | 124 | 210 | 0 | 76 | 46 | 16 | 521 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10001000 | 0 | 111110 | 100110 | 1110 | 101010001 | 1000001 | 111011 |
Color Harmonies of #DB5488
Complementary color
Monochromatic Colors of #DB5488
Black with #DB5488
Text Example
Text Example
White with #DB5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5488; }
p { color: rgb(219,84,136); }
H1.HeaderClassName
{
color: #DB5488;
}
.AnyTagClassName
{
color: #DB5488;
}
</style>
background-color css
<style>
a { background-color: #DB5488; }
a { background-color: rgb(219,84,136); }
div.DivClassName
{
background-color: #DB5488;
}
.BgClassName
{
background-color: #DB5488;
}
</style>
border-color css
<style>
span { border-color: #DB5488; }
span { border-color: rgb(219,84,136); }
td.TdClassName
{
border-color: #DB5488;
}
.TagClassName
{
border-color: #DB5488;
}
</style>