Shades of Hot Pink #DF5FAD
Tints of Hot Pink #DF5FAD
RGB
CMYK
RGB Variations
Color information
#DF5FAD (or 0xDF5FAD) is known color: Hot Pink. HEX triplet: DF, 5F and AD. RGB value is (223,95,173). Sum of RGB (Red+Green+Blue) = 223+95+173=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5FAD is #20A052. Grayscale: #8D8D8D. Windows color (decimal): -2138195 or 11362271. OLE color: 11362271.
HSL color Cylindrical-coordinate representation of color #DF5FAD: hue angle of 323.44º 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 #DF5FAD is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 173 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 323.44º | 0.67% | 0.62% | - |
| HSV(B) | 323.44º | 0.57% | 0.87% | - |
| XYZ | 42.07 | 26.89 | 42.51 | - |
| YUV | 142.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 173 | 0 | 0.57 | 0.22 | 0.13 | 323.44 | 0.67 | 0.62 |
| Hex | DF | 5F | AD | 0 | 39 | 16 | D | 143 | 43 | 3E |
| Octal | 337 | 137 | 255 | 0 | 71 | 26 | 15 | 503 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10101101 | 0 | 111001 | 10110 | 1101 | 101000011 | 1000011 | 111110 |
Color Harmonies of #DF5FAD
Complementary color
Monochromatic Colors of #DF5FAD
Black with #DF5FAD
Text Example
Text Example
White with #DF5FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FAD; }
p { color: rgb(223,95,173); }
H1.HeaderClassName
{
color: #DF5FAD;
}
.AnyTagClassName
{
color: #DF5FAD;
}
</style>
background-color css
<style>
a { background-color: #DF5FAD; }
a { background-color: rgb(223,95,173); }
div.DivClassName
{
background-color: #DF5FAD;
}
.BgClassName
{
background-color: #DF5FAD;
}
</style>
border-color css
<style>
span { border-color: #DF5FAD; }
span { border-color: rgb(223,95,173); }
td.TdClassName
{
border-color: #DF5FAD;
}
.TagClassName
{
border-color: #DF5FAD;
}
</style>