Shades of Hot Pink #DF61AF
Tints of Hot Pink #DF61AF
RGB
CMYK
RGB Variations
Color information
#DF61AF (or 0xDF61AF) is known color: Hot Pink. HEX triplet: DF, 61 and AF. RGB value is (223,97,175). Sum of RGB (Red+Green+Blue) = 223+97+175=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61AF is #209E50. Grayscale: #8F8F8F. Windows color (decimal): -2137681 or 11493855. OLE color: 11493855.
HSL color Cylindrical-coordinate representation of color #DF61AF: hue angle of 322.86º 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 #DF61AF is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 175 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 322.86º | 0.66% | 0.63% | - |
| HSV(B) | 322.86º | 0.57% | 0.87% | - |
| XYZ | 42.44 | 27.33 | 43.6 | - |
| YUV | 143.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 175 | 0 | 0.57 | 0.22 | 0.13 | 322.86 | 0.66 | 0.63 |
| Hex | DF | 61 | AF | 0 | 39 | 16 | D | 143 | 42 | 3F |
| Octal | 337 | 141 | 257 | 0 | 71 | 26 | 15 | 503 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10101111 | 0 | 111001 | 10110 | 1101 | 101000011 | 1000010 | 111111 |
Color Harmonies of #DF61AF
Complementary color
Monochromatic Colors of #DF61AF
Black with #DF61AF
Text Example
Text Example
White with #DF61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61AF; }
p { color: rgb(223,97,175); }
H1.HeaderClassName
{
color: #DF61AF;
}
.AnyTagClassName
{
color: #DF61AF;
}
</style>
background-color css
<style>
a { background-color: #DF61AF; }
a { background-color: rgb(223,97,175); }
div.DivClassName
{
background-color: #DF61AF;
}
.BgClassName
{
background-color: #DF61AF;
}
</style>
border-color css
<style>
span { border-color: #DF61AF; }
span { border-color: rgb(223,97,175); }
td.TdClassName
{
border-color: #DF61AF;
}
.TagClassName
{
border-color: #DF61AF;
}
</style>