Shades of Hot Pink #DB5DAF
Tints of Hot Pink #DB5DAF
RGB
CMYK
RGB Variations
Color information
#DB5DAF (or 0xDB5DAF) is known color: Hot Pink. HEX triplet: DB, 5D and AF. RGB value is (219,93,175). Sum of RGB (Red+Green+Blue) = 219+93+175=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5DAF is #24A250. Grayscale: #8B8B8B. Windows color (decimal): -2400849 or 11492827. OLE color: 11492827.
HSL color Cylindrical-coordinate representation of color #DB5DAF: hue angle of 320.95º 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 #DB5DAF is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 175 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.14 |
| HSL | 320.95º | 0.64% | 0.61% | - |
| HSV(B) | 320.95º | 0.58% | 0.86% | - |
| XYZ | 40.87 | 25.98 | 43.42 | - |
| YUV | 140.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 175 | 0 | 0.58 | 0.20 | 0.14 | 320.95 | 0.64 | 0.61 |
| Hex | DB | 5D | AF | 0 | 3A | 14 | E | 141 | 40 | 3D |
| Octal | 333 | 135 | 257 | 0 | 72 | 24 | 16 | 501 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10101111 | 0 | 111010 | 10100 | 1110 | 101000001 | 1000000 | 111101 |
Color Harmonies of #DB5DAF
Complementary color
Monochromatic Colors of #DB5DAF
Black with #DB5DAF
Text Example
Text Example
White with #DB5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DAF; }
p { color: rgb(219,93,175); }
H1.HeaderClassName
{
color: #DB5DAF;
}
.AnyTagClassName
{
color: #DB5DAF;
}
</style>
background-color css
<style>
a { background-color: #DB5DAF; }
a { background-color: rgb(219,93,175); }
div.DivClassName
{
background-color: #DB5DAF;
}
.BgClassName
{
background-color: #DB5DAF;
}
</style>
border-color css
<style>
span { border-color: #DB5DAF; }
span { border-color: rgb(219,93,175); }
td.TdClassName
{
border-color: #DB5DAF;
}
.TagClassName
{
border-color: #DB5DAF;
}
</style>