Shades of Spicy Pink #DF18AD
Tints of Spicy Pink #DF18AD
RGB
CMYK
RGB Variations
Color information
#DF18AD (or 0xDF18AD) is known color: Spicy Pink. HEX triplet: DF, 18 and AD. RGB value is (223,24,173). Sum of RGB (Red+Green+Blue) = 223+24+173=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF18AD is #20E752. Grayscale: #646464. Windows color (decimal): -2156371 or 11344095. OLE color: 11344095.
HSL color Cylindrical-coordinate representation of color #DF18AD: hue angle of 315.08º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18AD is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.13 |
| HSL | 315.08º | 0.81% | 0.48% | - |
| HSV(B) | 315.08º | 0.89% | 0.87% | - |
| XYZ | 38.3 | 19.36 | 41.25 | - |
| YUV | 100.49 | 168.93 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 173 | 0 | 0.89 | 0.22 | 0.13 | 315.08 | 0.81 | 0.48 |
| Hex | DF | 18 | AD | 0 | 59 | 16 | D | 13B | 51 | 30 |
| Octal | 337 | 30 | 255 | 0 | 131 | 26 | 15 | 473 | 121 | 60 |
| Binary | 11011111 | 11000 | 10101101 | 0 | 1011001 | 10110 | 1101 | 100111011 | 1010001 | 110000 |
Color Harmonies of #DF18AD
Complementary color
Monochromatic Colors of #DF18AD
Black with #DF18AD
Text Example
Text Example
White with #DF18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18AD; }
p { color: rgb(223,24,173); }
H1.HeaderClassName
{
color: #DF18AD;
}
.AnyTagClassName
{
color: #DF18AD;
}
</style>
background-color css
<style>
a { background-color: #DF18AD; }
a { background-color: rgb(223,24,173); }
div.DivClassName
{
background-color: #DF18AD;
}
.BgClassName
{
background-color: #DF18AD;
}
</style>
border-color css
<style>
span { border-color: #DF18AD; }
span { border-color: rgb(223,24,173); }
td.TdClassName
{
border-color: #DF18AD;
}
.TagClassName
{
border-color: #DF18AD;
}
</style>