Shades of Spicy Pink #DF17AF
Tints of Spicy Pink #DF17AF
RGB
CMYK
RGB Variations
Color information
#DF17AF (or 0xDF17AF) is known color: Spicy Pink. HEX triplet: DF, 17 and AF. RGB value is (223,23,175). Sum of RGB (Red+Green+Blue) = 223+23+175=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF17AF is #20E850. Grayscale: #636363. Windows color (decimal): -2156625 or 11474911. OLE color: 11474911.
HSL color Cylindrical-coordinate representation of color #DF17AF: hue angle of 314.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17AF is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 175 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 314.4º | 0.81% | 0.48% | - |
| HSV(B) | 314.4º | 0.9% | 0.87% | - |
| XYZ | 38.48 | 19.4 | 42.27 | - |
| YUV | 100.13 | 170.26 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 175 | 0 | 0.90 | 0.22 | 0.13 | 314.4 | 0.81 | 0.48 |
| Hex | DF | 17 | AF | 0 | 5A | 16 | D | 13A | 51 | 30 |
| Octal | 337 | 27 | 257 | 0 | 132 | 26 | 15 | 472 | 121 | 60 |
| Binary | 11011111 | 10111 | 10101111 | 0 | 1011010 | 10110 | 1101 | 100111010 | 1010001 | 110000 |
Color Harmonies of #DF17AF
Complementary color
Monochromatic Colors of #DF17AF
Black with #DF17AF
Text Example
Text Example
White with #DF17AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17AF; }
p { color: rgb(223,23,175); }
H1.HeaderClassName
{
color: #DF17AF;
}
.AnyTagClassName
{
color: #DF17AF;
}
</style>
background-color css
<style>
a { background-color: #DF17AF; }
a { background-color: rgb(223,23,175); }
div.DivClassName
{
background-color: #DF17AF;
}
.BgClassName
{
background-color: #DF17AF;
}
</style>
border-color css
<style>
span { border-color: #DF17AF; }
span { border-color: rgb(223,23,175); }
td.TdClassName
{
border-color: #DF17AF;
}
.TagClassName
{
border-color: #DF17AF;
}
</style>