Shades of Dark Pink #DB5088
Tints of Dark Pink #DB5088
RGB
CMYK
RGB Variations
Color information
#DB5088 (or 0xDB5088) is known color: Dark Pink. HEX triplet: DB, 50 and 88. RGB value is (219,80,136). Sum of RGB (Red+Green+Blue) = 219+80+136=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5088 is #24AF77. Grayscale: #7F7F7F. Windows color (decimal): -2404216 or 8933595. OLE color: 8933595.
HSL color Cylindrical-coordinate representation of color #DB5088: hue angle of 335.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5088 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 136 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.14 |
| HSL | 335.83º | 0.66% | 0.59% | - |
| HSV(B) | 335.83º | 0.63% | 0.86% | - |
| XYZ | 36.53 | 22.57 | 25.72 | - |
| YUV | 127.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 136 | 0 | 0.63 | 0.38 | 0.14 | 335.83 | 0.66 | 0.59 |
| Hex | DB | 50 | 88 | 0 | 3F | 26 | E | 150 | 42 | 3B |
| Octal | 333 | 120 | 210 | 0 | 77 | 46 | 16 | 520 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10001000 | 0 | 111111 | 100110 | 1110 | 101010000 | 1000010 | 111011 |
Color Harmonies of #DB5088
Complementary color
Monochromatic Colors of #DB5088
Black with #DB5088
Text Example
Text Example
White with #DB5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5088; }
p { color: rgb(219,80,136); }
H1.HeaderClassName
{
color: #DB5088;
}
.AnyTagClassName
{
color: #DB5088;
}
</style>
background-color css
<style>
a { background-color: #DB5088; }
a { background-color: rgb(219,80,136); }
div.DivClassName
{
background-color: #DB5088;
}
.BgClassName
{
background-color: #DB5088;
}
</style>
border-color css
<style>
span { border-color: #DB5088; }
span { border-color: rgb(219,80,136); }
td.TdClassName
{
border-color: #DB5088;
}
.TagClassName
{
border-color: #DB5088;
}
</style>