Shades of Hot Pink #DF5FAF
Tints of Hot Pink #DF5FAF
RGB
CMYK
RGB Variations
Color information
#DF5FAF (or 0xDF5FAF) is known color: Hot Pink. HEX triplet: DF, 5F and AF. RGB value is (223,95,175). Sum of RGB (Red+Green+Blue) = 223+95+175=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5FAF is #20A050. Grayscale: #8E8E8E. Windows color (decimal): -2138193 or 11493343. OLE color: 11493343.
HSL color Cylindrical-coordinate representation of color #DF5FAF: hue angle of 322.5º 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 #DF5FAF is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 175 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 322.5º | 0.67% | 0.62% | - |
| HSV(B) | 322.5º | 0.57% | 0.87% | - |
| XYZ | 42.26 | 26.97 | 43.54 | - |
| YUV | 142.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 175 | 0 | 0.57 | 0.22 | 0.13 | 322.5 | 0.67 | 0.62 |
| Hex | DF | 5F | AF | 0 | 39 | 16 | D | 142 | 43 | 3E |
| Octal | 337 | 137 | 257 | 0 | 71 | 26 | 15 | 502 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10101111 | 0 | 111001 | 10110 | 1101 | 101000010 | 1000011 | 111110 |
Color Harmonies of #DF5FAF
Complementary color
Monochromatic Colors of #DF5FAF
Black with #DF5FAF
Text Example
Text Example
White with #DF5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FAF; }
p { color: rgb(223,95,175); }
H1.HeaderClassName
{
color: #DF5FAF;
}
.AnyTagClassName
{
color: #DF5FAF;
}
</style>
background-color css
<style>
a { background-color: #DF5FAF; }
a { background-color: rgb(223,95,175); }
div.DivClassName
{
background-color: #DF5FAF;
}
.BgClassName
{
background-color: #DF5FAF;
}
</style>
border-color css
<style>
span { border-color: #DF5FAF; }
span { border-color: rgb(223,95,175); }
td.TdClassName
{
border-color: #DF5FAF;
}
.TagClassName
{
border-color: #DF5FAF;
}
</style>