Shades of Hot Pink #DF5EAB
Tints of Hot Pink #DF5EAB
RGB
CMYK
RGB Variations
Color information
#DF5EAB (or 0xDF5EAB) is known color: Hot Pink. HEX triplet: DF, 5E and AB. RGB value is (223,94,171). Sum of RGB (Red+Green+Blue) = 223+94+171=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5EAB is #20A154. Grayscale: #8D8D8D. Windows color (decimal): -2138453 or 11230943. OLE color: 11230943.
HSL color Cylindrical-coordinate representation of color #DF5EAB: hue angle of 324.19º degrees, saturation: 0.67, 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 #DF5EAB is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 171 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.13 |
| HSL | 324.19º | 0.67% | 0.62% | - |
| HSV(B) | 324.19º | 0.58% | 0.87% | - |
| XYZ | 41.78 | 26.63 | 41.47 | - |
| YUV | 141.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 171 | 0 | 0.58 | 0.23 | 0.13 | 324.19 | 0.67 | 0.62 |
| Hex | DF | 5E | AB | 0 | 3A | 17 | D | 144 | 43 | 3E |
| Octal | 337 | 136 | 253 | 0 | 72 | 27 | 15 | 504 | 103 | 76 |
| Binary | 11011111 | 1011110 | 10101011 | 0 | 111010 | 10111 | 1101 | 101000100 | 1000011 | 111110 |
Color Harmonies of #DF5EAB
Complementary color
Monochromatic Colors of #DF5EAB
Black with #DF5EAB
Text Example
Text Example
White with #DF5EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5EAB; }
p { color: rgb(223,94,171); }
H1.HeaderClassName
{
color: #DF5EAB;
}
.AnyTagClassName
{
color: #DF5EAB;
}
</style>
background-color css
<style>
a { background-color: #DF5EAB; }
a { background-color: rgb(223,94,171); }
div.DivClassName
{
background-color: #DF5EAB;
}
.BgClassName
{
background-color: #DF5EAB;
}
</style>
border-color css
<style>
span { border-color: #DF5EAB; }
span { border-color: rgb(223,94,171); }
td.TdClassName
{
border-color: #DF5EAB;
}
.TagClassName
{
border-color: #DF5EAB;
}
</style>