Shades of Hot Pink #DF5FAC
Tints of Hot Pink #DF5FAC
RGB
CMYK
RGB Variations
Color information
#DF5FAC (or 0xDF5FAC) is known color: Hot Pink. HEX triplet: DF, 5F and AC. RGB value is (223,95,172). Sum of RGB (Red+Green+Blue) = 223+95+172=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5FAC is #20A053. Grayscale: #8D8D8D. Windows color (decimal): -2138196 or 11296735. OLE color: 11296735.
HSL color Cylindrical-coordinate representation of color #DF5FAC: hue angle of 323.91º 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 #DF5FAC is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 172 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.13 |
| HSL | 323.91º | 0.67% | 0.62% | - |
| HSV(B) | 323.91º | 0.57% | 0.87% | - |
| XYZ | 41.97 | 26.85 | 42 | - |
| YUV | 142.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 172 | 0 | 0.57 | 0.23 | 0.13 | 323.91 | 0.67 | 0.62 |
| Hex | DF | 5F | AC | 0 | 39 | 17 | D | 144 | 43 | 3E |
| Octal | 337 | 137 | 254 | 0 | 71 | 27 | 15 | 504 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10101100 | 0 | 111001 | 10111 | 1101 | 101000100 | 1000011 | 111110 |
Color Harmonies of #DF5FAC
Complementary color
Monochromatic Colors of #DF5FAC
Black with #DF5FAC
Text Example
Text Example
White with #DF5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FAC; }
p { color: rgb(223,95,172); }
H1.HeaderClassName
{
color: #DF5FAC;
}
.AnyTagClassName
{
color: #DF5FAC;
}
</style>
background-color css
<style>
a { background-color: #DF5FAC; }
a { background-color: rgb(223,95,172); }
div.DivClassName
{
background-color: #DF5FAC;
}
.BgClassName
{
background-color: #DF5FAC;
}
</style>
border-color css
<style>
span { border-color: #DF5FAC; }
span { border-color: rgb(223,95,172); }
td.TdClassName
{
border-color: #DF5FAC;
}
.TagClassName
{
border-color: #DF5FAC;
}
</style>