Shades of Hot Pink #DB5BAF
Tints of Hot Pink #DB5BAF
RGB
CMYK
RGB Variations
Color information
#DB5BAF (or 0xDB5BAF) is known color: Hot Pink. HEX triplet: DB, 5B and AF. RGB value is (219,91,175). Sum of RGB (Red+Green+Blue) = 219+91+175=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5BAF is #24A450. Grayscale: #8A8A8A. Windows color (decimal): -2401361 or 11492315. OLE color: 11492315.
HSL color Cylindrical-coordinate representation of color #DB5BAF: hue angle of 320.62º 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 #DB5BAF is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 175 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.14 |
| HSL | 320.63º | 0.64% | 0.61% | - |
| HSV(B) | 320.63º | 0.58% | 0.86% | - |
| XYZ | 40.69 | 25.64 | 43.36 | - |
| YUV | 138.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 175 | 0 | 0.58 | 0.20 | 0.14 | 320.63 | 0.64 | 0.61 |
| Hex | DB | 5B | AF | 0 | 3A | 14 | E | 141 | 40 | 3D |
| Octal | 333 | 133 | 257 | 0 | 72 | 24 | 16 | 501 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10101111 | 0 | 111010 | 10100 | 1110 | 101000001 | 1000000 | 111101 |
Color Harmonies of #DB5BAF
Complementary color
Monochromatic Colors of #DB5BAF
Black with #DB5BAF
Text Example
Text Example
White with #DB5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BAF; }
p { color: rgb(219,91,175); }
H1.HeaderClassName
{
color: #DB5BAF;
}
.AnyTagClassName
{
color: #DB5BAF;
}
</style>
background-color css
<style>
a { background-color: #DB5BAF; }
a { background-color: rgb(219,91,175); }
div.DivClassName
{
background-color: #DB5BAF;
}
.BgClassName
{
background-color: #DB5BAF;
}
</style>
border-color css
<style>
span { border-color: #DB5BAF; }
span { border-color: rgb(219,91,175); }
td.TdClassName
{
border-color: #DB5BAF;
}
.TagClassName
{
border-color: #DB5BAF;
}
</style>