Shades of Spicy Pink #DF17AD
Tints of Spicy Pink #DF17AD
RGB
CMYK
RGB Variations
Color information
#DF17AD (or 0xDF17AD) is known color: Spicy Pink. HEX triplet: DF, 17 and AD. RGB value is (223,23,173). Sum of RGB (Red+Green+Blue) = 223+23+173=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF17AD is #20E852. Grayscale: #636363. Windows color (decimal): -2156627 or 11343839. OLE color: 11343839.
HSL color Cylindrical-coordinate representation of color #DF17AD: hue angle of 315º 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 #DF17AD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 173 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 315º | 0.81% | 0.48% | - |
| HSV(B) | 315º | 0.9% | 0.87% | - |
| XYZ | 38.28 | 19.32 | 41.25 | - |
| YUV | 99.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 173 | 0 | 0.90 | 0.22 | 0.13 | 315 | 0.81 | 0.48 |
| Hex | DF | 17 | AD | 0 | 5A | 16 | D | 13B | 51 | 30 |
| Octal | 337 | 27 | 255 | 0 | 132 | 26 | 15 | 473 | 121 | 60 |
| Binary | 11011111 | 10111 | 10101101 | 0 | 1011010 | 10110 | 1101 | 100111011 | 1010001 | 110000 |
Color Harmonies of #DF17AD
Complementary color
Monochromatic Colors of #DF17AD
Black with #DF17AD
Text Example
Text Example
White with #DF17AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17AD; }
p { color: rgb(223,23,173); }
H1.HeaderClassName
{
color: #DF17AD;
}
.AnyTagClassName
{
color: #DF17AD;
}
</style>
background-color css
<style>
a { background-color: #DF17AD; }
a { background-color: rgb(223,23,173); }
div.DivClassName
{
background-color: #DF17AD;
}
.BgClassName
{
background-color: #DF17AD;
}
</style>
border-color css
<style>
span { border-color: #DF17AD; }
span { border-color: rgb(223,23,173); }
td.TdClassName
{
border-color: #DF17AD;
}
.TagClassName
{
border-color: #DF17AD;
}
</style>