Shades of Dark Pink #DB5984
Tints of Dark Pink #DB5984
RGB
CMYK
RGB Variations
Color information
#DB5984 (or 0xDB5984) is known color: Dark Pink. HEX triplet: DB, 59 and 84. RGB value is (219,89,132). Sum of RGB (Red+Green+Blue) = 219+89+132=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5984 is #24A67B. Grayscale: #848484. Windows color (decimal): -2401916 or 8673755. OLE color: 8673755.
HSL color Cylindrical-coordinate representation of color #DB5984: hue angle of 340.15º 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 #DB5984 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 132 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.14 |
| HSL | 340.15º | 0.64% | 0.6% | - |
| HSV(B) | 340.15º | 0.59% | 0.86% | - |
| XYZ | 36.95 | 23.87 | 24.49 | - |
| YUV | 132.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 132 | 0 | 0.59 | 0.40 | 0.14 | 340.15 | 0.64 | 0.6 |
| Hex | DB | 59 | 84 | 0 | 3B | 28 | E | 154 | 40 | 3C |
| Octal | 333 | 131 | 204 | 0 | 73 | 50 | 16 | 524 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10000100 | 0 | 111011 | 101000 | 1110 | 101010100 | 1000000 | 111100 |
Color Harmonies of #DB5984
Complementary color
Monochromatic Colors of #DB5984
Black with #DB5984
Text Example
Text Example
White with #DB5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5984; }
p { color: rgb(219,89,132); }
H1.HeaderClassName
{
color: #DB5984;
}
.AnyTagClassName
{
color: #DB5984;
}
</style>
background-color css
<style>
a { background-color: #DB5984; }
a { background-color: rgb(219,89,132); }
div.DivClassName
{
background-color: #DB5984;
}
.BgClassName
{
background-color: #DB5984;
}
</style>
border-color css
<style>
span { border-color: #DB5984; }
span { border-color: rgb(219,89,132); }
td.TdClassName
{
border-color: #DB5984;
}
.TagClassName
{
border-color: #DB5984;
}
</style>