Shades of Hot Pink #DB5EAF
Tints of Hot Pink #DB5EAF
RGB
CMYK
RGB Variations
Color information
#DB5EAF (or 0xDB5EAF) is known color: Hot Pink. HEX triplet: DB, 5E and AF. RGB value is (219,94,175). Sum of RGB (Red+Green+Blue) = 219+94+175=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EAF is #24A150. Grayscale: #8C8C8C. Windows color (decimal): -2400593 or 11493083. OLE color: 11493083.
HSL color Cylindrical-coordinate representation of color #DB5EAF: hue angle of 321.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5EAF is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 175 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.14 |
| HSL | 321.12º | 0.63% | 0.61% | - |
| HSV(B) | 321.12º | 0.57% | 0.86% | - |
| XYZ | 40.95 | 26.16 | 43.45 | - |
| YUV | 140.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 175 | 0 | 0.57 | 0.20 | 0.14 | 321.12 | 0.63 | 0.61 |
| Hex | DB | 5E | AF | 0 | 39 | 14 | E | 141 | 3F | 3D |
| Octal | 333 | 136 | 257 | 0 | 71 | 24 | 16 | 501 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10101111 | 0 | 111001 | 10100 | 1110 | 101000001 | 111111 | 111101 |
Color Harmonies of #DB5EAF
Complementary color
Monochromatic Colors of #DB5EAF
Black with #DB5EAF
Text Example
Text Example
White with #DB5EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EAF; }
p { color: rgb(219,94,175); }
H1.HeaderClassName
{
color: #DB5EAF;
}
.AnyTagClassName
{
color: #DB5EAF;
}
</style>
background-color css
<style>
a { background-color: #DB5EAF; }
a { background-color: rgb(219,94,175); }
div.DivClassName
{
background-color: #DB5EAF;
}
.BgClassName
{
background-color: #DB5EAF;
}
</style>
border-color css
<style>
span { border-color: #DB5EAF; }
span { border-color: rgb(219,94,175); }
td.TdClassName
{
border-color: #DB5EAF;
}
.TagClassName
{
border-color: #DB5EAF;
}
</style>