Shades of Hot Pink #DB5EB1
Tints of Hot Pink #DB5EB1
RGB
CMYK
RGB Variations
Color information
#DB5EB1 (or 0xDB5EB1) is known color: Hot Pink. HEX triplet: DB, 5E and B1. RGB value is (219,94,177). Sum of RGB (Red+Green+Blue) = 219+94+177=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EB1 is #24A14E. Grayscale: #8C8C8C. Windows color (decimal): -2400591 or 11624155. OLE color: 11624155.
HSL color Cylindrical-coordinate representation of color #DB5EB1: hue angle of 320.16º 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 #DB5EB1 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 177 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.14 |
| HSL | 320.16º | 0.63% | 0.61% | - |
| HSV(B) | 320.16º | 0.57% | 0.86% | - |
| XYZ | 41.15 | 26.24 | 44.49 | - |
| YUV | 140.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 177 | 0 | 0.57 | 0.19 | 0.14 | 320.16 | 0.63 | 0.61 |
| Hex | DB | 5E | B1 | 0 | 39 | 13 | E | 140 | 3F | 3D |
| Octal | 333 | 136 | 261 | 0 | 71 | 23 | 16 | 500 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10110001 | 0 | 111001 | 10011 | 1110 | 101000000 | 111111 | 111101 |
Color Harmonies of #DB5EB1
Complementary color
Monochromatic Colors of #DB5EB1
Black with #DB5EB1
Text Example
Text Example
White with #DB5EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EB1; }
p { color: rgb(219,94,177); }
H1.HeaderClassName
{
color: #DB5EB1;
}
.AnyTagClassName
{
color: #DB5EB1;
}
</style>
background-color css
<style>
a { background-color: #DB5EB1; }
a { background-color: rgb(219,94,177); }
div.DivClassName
{
background-color: #DB5EB1;
}
.BgClassName
{
background-color: #DB5EB1;
}
</style>
border-color css
<style>
span { border-color: #DB5EB1; }
span { border-color: rgb(219,94,177); }
td.TdClassName
{
border-color: #DB5EB1;
}
.TagClassName
{
border-color: #DB5EB1;
}
</style>