Shades of Hot Pink #DB59B0
Tints of Hot Pink #DB59B0
RGB
CMYK
RGB Variations
Color information
#DB59B0 (or 0xDB59B0) is known color: Hot Pink. HEX triplet: DB, 59 and B0. RGB value is (219,89,176). Sum of RGB (Red+Green+Blue) = 219+89+176=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59B0 is #24A64F. Grayscale: #898989. Windows color (decimal): -2401872 or 11557339. OLE color: 11557339.
HSL color Cylindrical-coordinate representation of color #DB59B0: hue angle of 319.85º 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 #DB59B0 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 176 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.14 |
| HSL | 319.85º | 0.64% | 0.6% | - |
| HSV(B) | 319.85º | 0.59% | 0.86% | - |
| XYZ | 40.62 | 25.34 | 43.82 | - |
| YUV | 137.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 176 | 0 | 0.59 | 0.20 | 0.14 | 319.85 | 0.64 | 0.6 |
| Hex | DB | 59 | B0 | 0 | 3B | 14 | E | 140 | 40 | 3C |
| Octal | 333 | 131 | 260 | 0 | 73 | 24 | 16 | 500 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10110000 | 0 | 111011 | 10100 | 1110 | 101000000 | 1000000 | 111100 |
Color Harmonies of #DB59B0
Complementary color
Monochromatic Colors of #DB59B0
Black with #DB59B0
Text Example
Text Example
White with #DB59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59B0; }
p { color: rgb(219,89,176); }
H1.HeaderClassName
{
color: #DB59B0;
}
.AnyTagClassName
{
color: #DB59B0;
}
</style>
background-color css
<style>
a { background-color: #DB59B0; }
a { background-color: rgb(219,89,176); }
div.DivClassName
{
background-color: #DB59B0;
}
.BgClassName
{
background-color: #DB59B0;
}
</style>
border-color css
<style>
span { border-color: #DB59B0; }
span { border-color: rgb(219,89,176); }
td.TdClassName
{
border-color: #DB59B0;
}
.TagClassName
{
border-color: #DB59B0;
}
</style>