Shades of Hot Pink #DF60AF
Tints of Hot Pink #DF60AF
RGB
CMYK
RGB Variations
Color information
#DF60AF (or 0xDF60AF) is known color: Hot Pink. HEX triplet: DF, 60 and AF. RGB value is (223,96,175). Sum of RGB (Red+Green+Blue) = 223+96+175=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60AF is #209F50. Grayscale: #8E8E8E. Windows color (decimal): -2137937 or 11493599. OLE color: 11493599.
HSL color Cylindrical-coordinate representation of color #DF60AF: hue angle of 322.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF60AF is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 175 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 322.68º | 0.66% | 0.63% | - |
| HSV(B) | 322.68º | 0.57% | 0.87% | - |
| XYZ | 42.35 | 27.15 | 43.57 | - |
| YUV | 142.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 175 | 0 | 0.57 | 0.22 | 0.13 | 322.68 | 0.66 | 0.63 |
| Hex | DF | 60 | AF | 0 | 39 | 16 | D | 143 | 42 | 3F |
| Octal | 337 | 140 | 257 | 0 | 71 | 26 | 15 | 503 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10101111 | 0 | 111001 | 10110 | 1101 | 101000011 | 1000010 | 111111 |
Color Harmonies of #DF60AF
Complementary color
Monochromatic Colors of #DF60AF
Black with #DF60AF
Text Example
Text Example
White with #DF60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60AF; }
p { color: rgb(223,96,175); }
H1.HeaderClassName
{
color: #DF60AF;
}
.AnyTagClassName
{
color: #DF60AF;
}
</style>
background-color css
<style>
a { background-color: #DF60AF; }
a { background-color: rgb(223,96,175); }
div.DivClassName
{
background-color: #DF60AF;
}
.BgClassName
{
background-color: #DF60AF;
}
</style>
border-color css
<style>
span { border-color: #DF60AF; }
span { border-color: rgb(223,96,175); }
td.TdClassName
{
border-color: #DF60AF;
}
.TagClassName
{
border-color: #DF60AF;
}
</style>