Shades of Dark Pink #DB5B87
Tints of Dark Pink #DB5B87
RGB
CMYK
RGB Variations
Color information
#DB5B87 (or 0xDB5B87) is known color: Dark Pink. HEX triplet: DB, 5B and 87. RGB value is (219,91,135). Sum of RGB (Red+Green+Blue) = 219+91+135=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B87 is #24A478. Grayscale: #868686. Windows color (decimal): -2401401 or 8870875. OLE color: 8870875.
HSL color Cylindrical-coordinate representation of color #DB5B87: hue angle of 339.38º 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 #DB5B87 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 135 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.14 |
| HSL | 339.38º | 0.64% | 0.61% | - |
| HSV(B) | 339.38º | 0.58% | 0.86% | - |
| XYZ | 37.33 | 24.29 | 25.64 | - |
| YUV | 134.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 135 | 0 | 0.58 | 0.38 | 0.14 | 339.38 | 0.64 | 0.61 |
| Hex | DB | 5B | 87 | 0 | 3A | 26 | E | 153 | 40 | 3D |
| Octal | 333 | 133 | 207 | 0 | 72 | 46 | 16 | 523 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10000111 | 0 | 111010 | 100110 | 1110 | 101010011 | 1000000 | 111101 |
Color Harmonies of #DB5B87
Complementary color
Monochromatic Colors of #DB5B87
Black with #DB5B87
Text Example
Text Example
White with #DB5B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B87; }
p { color: rgb(219,91,135); }
H1.HeaderClassName
{
color: #DB5B87;
}
.AnyTagClassName
{
color: #DB5B87;
}
</style>
background-color css
<style>
a { background-color: #DB5B87; }
a { background-color: rgb(219,91,135); }
div.DivClassName
{
background-color: #DB5B87;
}
.BgClassName
{
background-color: #DB5B87;
}
</style>
border-color css
<style>
span { border-color: #DB5B87; }
span { border-color: rgb(219,91,135); }
td.TdClassName
{
border-color: #DB5B87;
}
.TagClassName
{
border-color: #DB5B87;
}
</style>