Shades of Spicy Pink #DF18AA
Tints of Spicy Pink #DF18AA
RGB
CMYK
RGB Variations
Color information
#DF18AA (or 0xDF18AA) is known color: Spicy Pink. HEX triplet: DF, 18 and AA. RGB value is (223,24,170). Sum of RGB (Red+Green+Blue) = 223+24+170=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF18AA is #20E755. Grayscale: #636363. Windows color (decimal): -2156374 or 11147487. OLE color: 11147487.
HSL color Cylindrical-coordinate representation of color #DF18AA: hue angle of 315.98º 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 #DF18AA is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 170 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.13 |
| HSL | 315.98º | 0.81% | 0.48% | - |
| HSV(B) | 315.98º | 0.89% | 0.87% | - |
| XYZ | 38.01 | 19.24 | 39.74 | - |
| YUV | 100.15 | 167.43 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 170 | 0 | 0.89 | 0.24 | 0.13 | 315.98 | 0.81 | 0.48 |
| Hex | DF | 18 | AA | 0 | 59 | 18 | D | 13C | 51 | 30 |
| Octal | 337 | 30 | 252 | 0 | 131 | 30 | 15 | 474 | 121 | 60 |
| Binary | 11011111 | 11000 | 10101010 | 0 | 1011001 | 11000 | 1101 | 100111100 | 1010001 | 110000 |
Color Harmonies of #DF18AA
Complementary color
Monochromatic Colors of #DF18AA
Black with #DF18AA
Text Example
Text Example
White with #DF18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18AA; }
p { color: rgb(223,24,170); }
H1.HeaderClassName
{
color: #DF18AA;
}
.AnyTagClassName
{
color: #DF18AA;
}
</style>
background-color css
<style>
a { background-color: #DF18AA; }
a { background-color: rgb(223,24,170); }
div.DivClassName
{
background-color: #DF18AA;
}
.BgClassName
{
background-color: #DF18AA;
}
</style>
border-color css
<style>
span { border-color: #DF18AA; }
span { border-color: rgb(223,24,170); }
td.TdClassName
{
border-color: #DF18AA;
}
.TagClassName
{
border-color: #DF18AA;
}
</style>