Shades of Dark Pink #DB5990
Tints of Dark Pink #DB5990
RGB
CMYK
RGB Variations
Color information
#DB5990 (or 0xDB5990) is known color: Dark Pink. HEX triplet: DB, 59 and 90. RGB value is (219,89,144). Sum of RGB (Red+Green+Blue) = 219+89+144=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5990 is #24A66F. Grayscale: #868686. Windows color (decimal): -2401904 or 9460187. OLE color: 9460187.
HSL color Cylindrical-coordinate representation of color #DB5990: hue angle of 334.62º 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 #DB5990 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 144 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.14 |
| HSL | 334.62º | 0.64% | 0.6% | - |
| HSV(B) | 334.62º | 0.59% | 0.86% | - |
| XYZ | 37.82 | 24.22 | 29.07 | - |
| YUV | 134.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 144 | 0 | 0.59 | 0.34 | 0.14 | 334.62 | 0.64 | 0.6 |
| Hex | DB | 59 | 90 | 0 | 3B | 22 | E | 14F | 40 | 3C |
| Octal | 333 | 131 | 220 | 0 | 73 | 42 | 16 | 517 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10010000 | 0 | 111011 | 100010 | 1110 | 101001111 | 1000000 | 111100 |
Color Harmonies of #DB5990
Complementary color
Monochromatic Colors of #DB5990
Black with #DB5990
Text Example
Text Example
White with #DB5990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5990; }
p { color: rgb(219,89,144); }
H1.HeaderClassName
{
color: #DB5990;
}
.AnyTagClassName
{
color: #DB5990;
}
</style>
background-color css
<style>
a { background-color: #DB5990; }
a { background-color: rgb(219,89,144); }
div.DivClassName
{
background-color: #DB5990;
}
.BgClassName
{
background-color: #DB5990;
}
</style>
border-color css
<style>
span { border-color: #DB5990; }
span { border-color: rgb(219,89,144); }
td.TdClassName
{
border-color: #DB5990;
}
.TagClassName
{
border-color: #DB5990;
}
</style>