Shades of Hot Pink #DB5DB0
Tints of Hot Pink #DB5DB0
RGB
CMYK
RGB Variations
Color information
#DB5DB0 (or 0xDB5DB0) is known color: Hot Pink. HEX triplet: DB, 5D and B0. RGB value is (219,93,176). Sum of RGB (Red+Green+Blue) = 219+93+176=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5DB0 is #24A24F. Grayscale: #8B8B8B. Windows color (decimal): -2400848 or 11558363. OLE color: 11558363.
HSL color Cylindrical-coordinate representation of color #DB5DB0: hue angle of 320.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DB0 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 176 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.14 |
| HSL | 320.48º | 0.64% | 0.61% | - |
| HSV(B) | 320.48º | 0.58% | 0.86% | - |
| XYZ | 40.96 | 26.02 | 43.94 | - |
| YUV | 140.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 176 | 0 | 0.58 | 0.20 | 0.14 | 320.48 | 0.64 | 0.61 |
| Hex | DB | 5D | B0 | 0 | 3A | 14 | E | 140 | 40 | 3D |
| Octal | 333 | 135 | 260 | 0 | 72 | 24 | 16 | 500 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10110000 | 0 | 111010 | 10100 | 1110 | 101000000 | 1000000 | 111101 |
Color Harmonies of #DB5DB0
Complementary color
Monochromatic Colors of #DB5DB0
Black with #DB5DB0
Text Example
Text Example
White with #DB5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DB0; }
p { color: rgb(219,93,176); }
H1.HeaderClassName
{
color: #DB5DB0;
}
.AnyTagClassName
{
color: #DB5DB0;
}
</style>
background-color css
<style>
a { background-color: #DB5DB0; }
a { background-color: rgb(219,93,176); }
div.DivClassName
{
background-color: #DB5DB0;
}
.BgClassName
{
background-color: #DB5DB0;
}
</style>
border-color css
<style>
span { border-color: #DB5DB0; }
span { border-color: rgb(219,93,176); }
td.TdClassName
{
border-color: #DB5DB0;
}
.TagClassName
{
border-color: #DB5DB0;
}
</style>