Shades of Dark Pink #DB5B88
Tints of Dark Pink #DB5B88
RGB
CMYK
RGB Variations
Color information
#DB5B88 (or 0xDB5B88) is known color: Dark Pink. HEX triplet: DB, 5B and 88. RGB value is (219,91,136). Sum of RGB (Red+Green+Blue) = 219+91+136=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B88 is #24A477. Grayscale: #868686. Windows color (decimal): -2401400 or 8936411. OLE color: 8936411.
HSL color Cylindrical-coordinate representation of color #DB5B88: hue angle of 338.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5B88 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 136 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.14 |
| HSL | 338.91º | 0.64% | 0.61% | - |
| HSV(B) | 338.91º | 0.58% | 0.86% | - |
| XYZ | 37.4 | 24.32 | 26.02 | - |
| YUV | 134.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 136 | 0 | 0.58 | 0.38 | 0.14 | 338.91 | 0.64 | 0.61 |
| Hex | DB | 5B | 88 | 0 | 3A | 26 | E | 153 | 40 | 3D |
| Octal | 333 | 133 | 210 | 0 | 72 | 46 | 16 | 523 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10001000 | 0 | 111010 | 100110 | 1110 | 101010011 | 1000000 | 111101 |
Color Harmonies of #DB5B88
Complementary color
Monochromatic Colors of #DB5B88
Black with #DB5B88
Text Example
Text Example
White with #DB5B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B88; }
p { color: rgb(219,91,136); }
H1.HeaderClassName
{
color: #DB5B88;
}
.AnyTagClassName
{
color: #DB5B88;
}
</style>
background-color css
<style>
a { background-color: #DB5B88; }
a { background-color: rgb(219,91,136); }
div.DivClassName
{
background-color: #DB5B88;
}
.BgClassName
{
background-color: #DB5B88;
}
</style>
border-color css
<style>
span { border-color: #DB5B88; }
span { border-color: rgb(219,91,136); }
td.TdClassName
{
border-color: #DB5B88;
}
.TagClassName
{
border-color: #DB5B88;
}
</style>