Shades of Hot Pink #DF61AD
Tints of Hot Pink #DF61AD
RGB
CMYK
RGB Variations
Color information
#DF61AD (or 0xDF61AD) is known color: Hot Pink. HEX triplet: DF, 61 and AD. RGB value is (223,97,173). Sum of RGB (Red+Green+Blue) = 223+97+173=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61AD is #209E52. Grayscale: #8F8F8F. Windows color (decimal): -2137683 or 11362783. OLE color: 11362783.
HSL color Cylindrical-coordinate representation of color #DF61AD: hue angle of 323.81º 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 #DF61AD is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 173 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 323.81º | 0.66% | 0.63% | - |
| HSV(B) | 323.81º | 0.57% | 0.87% | - |
| XYZ | 42.25 | 27.25 | 42.57 | - |
| YUV | 143.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 173 | 0 | 0.57 | 0.22 | 0.13 | 323.81 | 0.66 | 0.63 |
| Hex | DF | 61 | AD | 0 | 39 | 16 | D | 144 | 42 | 3F |
| Octal | 337 | 141 | 255 | 0 | 71 | 26 | 15 | 504 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10101101 | 0 | 111001 | 10110 | 1101 | 101000100 | 1000010 | 111111 |
Color Harmonies of #DF61AD
Complementary color
Monochromatic Colors of #DF61AD
Black with #DF61AD
Text Example
Text Example
White with #DF61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61AD; }
p { color: rgb(223,97,173); }
H1.HeaderClassName
{
color: #DF61AD;
}
.AnyTagClassName
{
color: #DF61AD;
}
</style>
background-color css
<style>
a { background-color: #DF61AD; }
a { background-color: rgb(223,97,173); }
div.DivClassName
{
background-color: #DF61AD;
}
.BgClassName
{
background-color: #DF61AD;
}
</style>
border-color css
<style>
span { border-color: #DF61AD; }
span { border-color: rgb(223,97,173); }
td.TdClassName
{
border-color: #DF61AD;
}
.TagClassName
{
border-color: #DF61AD;
}
</style>