Shades of Hot Pink #DE5FB0
Tints of Hot Pink #DE5FB0
RGB
CMYK
RGB Variations
Color information
#DE5FB0 (or 0xDE5FB0) is known color: Hot Pink. HEX triplet: DE, 5F and B0. RGB value is (222,95,176). Sum of RGB (Red+Green+Blue) = 222+95+176=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5FB0 is #21A04F. Grayscale: #8E8E8E. Windows color (decimal): -2203728 or 11558878. OLE color: 11558878.
HSL color Cylindrical-coordinate representation of color #DE5FB0: hue angle of 321.73º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE5FB0 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 95 | 176 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.13 |
| HSL | 321.73º | 0.66% | 0.62% | - |
| HSV(B) | 321.73º | 0.57% | 0.87% | - |
| XYZ | 42.05 | 26.85 | 44.04 | - |
| YUV | 142.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 95 | 176 | 0 | 0.57 | 0.21 | 0.13 | 321.73 | 0.66 | 0.62 |
| Hex | DE | 5F | B0 | 0 | 39 | 15 | D | 142 | 42 | 3E |
| Octal | 336 | 137 | 260 | 0 | 71 | 25 | 15 | 502 | 102 | 76 |
| Binary | 11011110 | 1011111 | 10110000 | 0 | 111001 | 10101 | 1101 | 101000010 | 1000010 | 111110 |
Color Harmonies of #DE5FB0
Complementary color
Monochromatic Colors of #DE5FB0
Black with #DE5FB0
Text Example
Text Example
White with #DE5FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5FB0; }
p { color: rgb(222,95,176); }
H1.HeaderClassName
{
color: #DE5FB0;
}
.AnyTagClassName
{
color: #DE5FB0;
}
</style>
background-color css
<style>
a { background-color: #DE5FB0; }
a { background-color: rgb(222,95,176); }
div.DivClassName
{
background-color: #DE5FB0;
}
.BgClassName
{
background-color: #DE5FB0;
}
</style>
border-color css
<style>
span { border-color: #DE5FB0; }
span { border-color: rgb(222,95,176); }
td.TdClassName
{
border-color: #DE5FB0;
}
.TagClassName
{
border-color: #DE5FB0;
}
</style>