Shades of Dark Pink #DB5890
Tints of Dark Pink #DB5890
RGB
CMYK
RGB Variations
Color information
#DB5890 (or 0xDB5890) is known color: Dark Pink. HEX triplet: DB, 58 and 90. RGB value is (219,88,144). Sum of RGB (Red+Green+Blue) = 219+88+144=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5890 is #24A76F. Grayscale: #858585. Windows color (decimal): -2402160 or 9459931. OLE color: 9459931.
HSL color Cylindrical-coordinate representation of color #DB5890: hue angle of 334.35º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5890 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 144 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.14 |
| HSL | 334.35º | 0.65% | 0.6% | - |
| HSV(B) | 334.35º | 0.6% | 0.86% | - |
| XYZ | 37.74 | 24.05 | 29.04 | - |
| YUV | 133.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 144 | 0 | 0.60 | 0.34 | 0.14 | 334.35 | 0.65 | 0.6 |
| Hex | DB | 58 | 90 | 0 | 3C | 22 | E | 14E | 41 | 3C |
| Octal | 333 | 130 | 220 | 0 | 74 | 42 | 16 | 516 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10010000 | 0 | 111100 | 100010 | 1110 | 101001110 | 1000001 | 111100 |
Color Harmonies of #DB5890
Complementary color
Monochromatic Colors of #DB5890
Black with #DB5890
Text Example
Text Example
White with #DB5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5890; }
p { color: rgb(219,88,144); }
H1.HeaderClassName
{
color: #DB5890;
}
.AnyTagClassName
{
color: #DB5890;
}
</style>
background-color css
<style>
a { background-color: #DB5890; }
a { background-color: rgb(219,88,144); }
div.DivClassName
{
background-color: #DB5890;
}
.BgClassName
{
background-color: #DB5890;
}
</style>
border-color css
<style>
span { border-color: #DB5890; }
span { border-color: rgb(219,88,144); }
td.TdClassName
{
border-color: #DB5890;
}
.TagClassName
{
border-color: #DB5890;
}
</style>