Shades of Hot Pink #DF5EAF
Tints of Hot Pink #DF5EAF
RGB
CMYK
RGB Variations
Color information
#DF5EAF (or 0xDF5EAF) is known color: Hot Pink. HEX triplet: DF, 5E and AF. RGB value is (223,94,175). Sum of RGB (Red+Green+Blue) = 223+94+175=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5EAF is #20A150. Grayscale: #8D8D8D. Windows color (decimal): -2138449 or 11493087. OLE color: 11493087.
HSL color Cylindrical-coordinate representation of color #DF5EAF: hue angle of 322.33º 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 #DF5EAF is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 94 | 175 | - |
CMYK | 0 | 0.58 | 0.22 | 0.13 |
HSL | 322.33º | 0.67% | 0.62% | - |
HSV(B) | 322.33º | 0.58% | 0.87% | - |
XYZ | 42.17 | 26.79 | 43.51 | - |
YUV | 141.81 | 146.74 | 185.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 94 | 175 | 0 | 0.58 | 0.22 | 0.13 | 322.33 | 0.67 | 0.62 |
Hex | DF | 5E | AF | 0 | 3A | 16 | D | 142 | 43 | 3E |
Octal | 337 | 136 | 257 | 0 | 72 | 26 | 15 | 502 | 103 | 76 |
Binary | 11011111 | 1011110 | 10101111 | 0 | 111010 | 10110 | 1101 | 101000010 | 1000011 | 111110 |
Color Harmonies of #DF5EAF
Complementary color
Monochromatic Colors of #DF5EAF
Black with #DF5EAF
Text Example
Text Example
White with #DF5EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5EAF; }
p { color: rgb(223,94,175); }
H1.HeaderClassName
{
color: #DF5EAF;
}
.AnyTagClassName
{
color: #DF5EAF;
}
</style>
background-color css
<style>
a { background-color: #DF5EAF; }
a { background-color: rgb(223,94,175); }
div.DivClassName
{
background-color: #DF5EAF;
}
.BgClassName
{
background-color: #DF5EAF;
}
</style>
border-color css
<style>
span { border-color: #DF5EAF; }
span { border-color: rgb(223,94,175); }
td.TdClassName
{
border-color: #DF5EAF;
}
.TagClassName
{
border-color: #DF5EAF;
}
</style>