Shades of Hot Pink #DF5FAE
Tints of Hot Pink #DF5FAE
RGB
CMYK
RGB Variations
Color information
#DF5FAE (or 0xDF5FAE) is known color: Hot Pink. HEX triplet: DF, 5F and AE. RGB value is (223,95,174). Sum of RGB (Red+Green+Blue) = 223+95+174=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5FAE is #20A051. Grayscale: #8E8E8E. Windows color (decimal): -2138194 or 11427807. OLE color: 11427807.
HSL color Cylindrical-coordinate representation of color #DF5FAE: hue angle of 322.97º degrees, saturation: 0.67, 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 #DF5FAE is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 174 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 322.97º | 0.67% | 0.62% | - |
| HSV(B) | 322.97º | 0.57% | 0.87% | - |
| XYZ | 42.16 | 26.93 | 43.02 | - |
| YUV | 142.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 174 | 0 | 0.57 | 0.22 | 0.13 | 322.97 | 0.67 | 0.62 |
| Hex | DF | 5F | AE | 0 | 39 | 16 | D | 143 | 43 | 3E |
| Octal | 337 | 137 | 256 | 0 | 71 | 26 | 15 | 503 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10101110 | 0 | 111001 | 10110 | 1101 | 101000011 | 1000011 | 111110 |
Color Harmonies of #DF5FAE
Complementary color
Monochromatic Colors of #DF5FAE
Black with #DF5FAE
Text Example
Text Example
White with #DF5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FAE; }
p { color: rgb(223,95,174); }
H1.HeaderClassName
{
color: #DF5FAE;
}
.AnyTagClassName
{
color: #DF5FAE;
}
</style>
background-color css
<style>
a { background-color: #DF5FAE; }
a { background-color: rgb(223,95,174); }
div.DivClassName
{
background-color: #DF5FAE;
}
.BgClassName
{
background-color: #DF5FAE;
}
</style>
border-color css
<style>
span { border-color: #DF5FAE; }
span { border-color: rgb(223,95,174); }
td.TdClassName
{
border-color: #DF5FAE;
}
.TagClassName
{
border-color: #DF5FAE;
}
</style>