Shades of Hot Pink #DE5DAC
Tints of Hot Pink #DE5DAC
RGB
CMYK
RGB Variations
Color information
#DE5DAC (or 0xDE5DAC) is known color: Hot Pink. HEX triplet: DE, 5D and AC. RGB value is (222,93,172). Sum of RGB (Red+Green+Blue) = 222+93+172=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5DAC is #21A253. Grayscale: #8C8C8C. Windows color (decimal): -2204244 or 11296222. OLE color: 11296222.
HSL color Cylindrical-coordinate representation of color #DE5DAC: hue angle of 323.26º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5DAC is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 93 | 172 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.13 |
| HSL | 323.26º | 0.66% | 0.62% | - |
| HSV(B) | 323.26º | 0.58% | 0.87% | - |
| XYZ | 41.48 | 26.34 | 41.93 | - |
| YUV | 140.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 93 | 172 | 0 | 0.58 | 0.23 | 0.13 | 323.26 | 0.66 | 0.62 |
| Hex | DE | 5D | AC | 0 | 3A | 17 | D | 143 | 42 | 3E |
| Octal | 336 | 135 | 254 | 0 | 72 | 27 | 15 | 503 | 102 | 76 |
| Binary | 11011110 | 1011101 | 10101100 | 0 | 111010 | 10111 | 1101 | 101000011 | 1000010 | 111110 |
Color Harmonies of #DE5DAC
Complementary color
Monochromatic Colors of #DE5DAC
Black with #DE5DAC
Text Example
Text Example
White with #DE5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5DAC; }
p { color: rgb(222,93,172); }
H1.HeaderClassName
{
color: #DE5DAC;
}
.AnyTagClassName
{
color: #DE5DAC;
}
</style>
background-color css
<style>
a { background-color: #DE5DAC; }
a { background-color: rgb(222,93,172); }
div.DivClassName
{
background-color: #DE5DAC;
}
.BgClassName
{
background-color: #DE5DAC;
}
</style>
border-color css
<style>
span { border-color: #DE5DAC; }
span { border-color: rgb(222,93,172); }
td.TdClassName
{
border-color: #DE5DAC;
}
.TagClassName
{
border-color: #DE5DAC;
}
</style>