Shades of Hot Pink #DB5AAF
Tints of Hot Pink #DB5AAF
RGB
CMYK
RGB Variations
Color information
#DB5AAF (or 0xDB5AAF) is known color: Hot Pink. HEX triplet: DB, 5A and AF. RGB value is (219,90,175). Sum of RGB (Red+Green+Blue) = 219+90+175=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AAF is #24A550. Grayscale: #8A8A8A. Windows color (decimal): -2401617 or 11492059. OLE color: 11492059.
HSL color Cylindrical-coordinate representation of color #DB5AAF: hue angle of 320.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5AAF is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 175 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.14 |
| HSL | 320.47º | 0.64% | 0.61% | - |
| HSV(B) | 320.47º | 0.59% | 0.86% | - |
| XYZ | 40.61 | 25.47 | 43.33 | - |
| YUV | 138.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 175 | 0 | 0.59 | 0.20 | 0.14 | 320.47 | 0.64 | 0.61 |
| Hex | DB | 5A | AF | 0 | 3B | 14 | E | 140 | 40 | 3D |
| Octal | 333 | 132 | 257 | 0 | 73 | 24 | 16 | 500 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10101111 | 0 | 111011 | 10100 | 1110 | 101000000 | 1000000 | 111101 |
Color Harmonies of #DB5AAF
Complementary color
Monochromatic Colors of #DB5AAF
Black with #DB5AAF
Text Example
Text Example
White with #DB5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AAF; }
p { color: rgb(219,90,175); }
H1.HeaderClassName
{
color: #DB5AAF;
}
.AnyTagClassName
{
color: #DB5AAF;
}
</style>
background-color css
<style>
a { background-color: #DB5AAF; }
a { background-color: rgb(219,90,175); }
div.DivClassName
{
background-color: #DB5AAF;
}
.BgClassName
{
background-color: #DB5AAF;
}
</style>
border-color css
<style>
span { border-color: #DB5AAF; }
span { border-color: rgb(219,90,175); }
td.TdClassName
{
border-color: #DB5AAF;
}
.TagClassName
{
border-color: #DB5AAF;
}
</style>