Shades of Dark Pink #DB5986
Tints of Dark Pink #DB5986
RGB
CMYK
RGB Variations
Color information
#DB5986 (or 0xDB5986) is known color: Dark Pink. HEX triplet: DB, 59 and 86. RGB value is (219,89,134). Sum of RGB (Red+Green+Blue) = 219+89+134=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5986 is #24A679. Grayscale: #848484. Windows color (decimal): -2401914 or 8804827. OLE color: 8804827.
HSL color Cylindrical-coordinate representation of color #DB5986: hue angle of 339.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5986 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 134 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.14 |
| HSL | 339.23º | 0.64% | 0.6% | - |
| HSV(B) | 339.23º | 0.59% | 0.86% | - |
| XYZ | 37.09 | 23.93 | 25.22 | - |
| YUV | 133 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 134 | 0 | 0.59 | 0.39 | 0.14 | 339.23 | 0.64 | 0.6 |
| Hex | DB | 59 | 86 | 0 | 3B | 27 | E | 153 | 40 | 3C |
| Octal | 333 | 131 | 206 | 0 | 73 | 47 | 16 | 523 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10000110 | 0 | 111011 | 100111 | 1110 | 101010011 | 1000000 | 111100 |
Color Harmonies of #DB5986
Complementary color
Monochromatic Colors of #DB5986
Black with #DB5986
Text Example
Text Example
White with #DB5986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5986; }
p { color: rgb(219,89,134); }
H1.HeaderClassName
{
color: #DB5986;
}
.AnyTagClassName
{
color: #DB5986;
}
</style>
background-color css
<style>
a { background-color: #DB5986; }
a { background-color: rgb(219,89,134); }
div.DivClassName
{
background-color: #DB5986;
}
.BgClassName
{
background-color: #DB5986;
}
</style>
border-color css
<style>
span { border-color: #DB5986; }
span { border-color: rgb(219,89,134); }
td.TdClassName
{
border-color: #DB5986;
}
.TagClassName
{
border-color: #DB5986;
}
</style>