Shades of Spicy Pink #DF18AB
Tints of Spicy Pink #DF18AB
RGB
CMYK
RGB Variations
Color information
#DF18AB (or 0xDF18AB) is known color: Spicy Pink. HEX triplet: DF, 18 and AB. RGB value is (223,24,171). Sum of RGB (Red+Green+Blue) = 223+24+171=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF18AB is #20E754. Grayscale: #636363. Windows color (decimal): -2156373 or 11213023. OLE color: 11213023.
HSL color Cylindrical-coordinate representation of color #DF18AB: hue angle of 315.68º 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 #DF18AB is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 171 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.13 |
| HSL | 315.68º | 0.81% | 0.48% | - |
| HSV(B) | 315.68º | 0.89% | 0.87% | - |
| XYZ | 38.11 | 19.28 | 40.24 | - |
| YUV | 100.26 | 167.93 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 171 | 0 | 0.89 | 0.23 | 0.13 | 315.68 | 0.81 | 0.48 |
| Hex | DF | 18 | AB | 0 | 59 | 17 | D | 13C | 51 | 30 |
| Octal | 337 | 30 | 253 | 0 | 131 | 27 | 15 | 474 | 121 | 60 |
| Binary | 11011111 | 11000 | 10101011 | 0 | 1011001 | 10111 | 1101 | 100111100 | 1010001 | 110000 |
Color Harmonies of #DF18AB
Complementary color
Monochromatic Colors of #DF18AB
Black with #DF18AB
Text Example
Text Example
White with #DF18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18AB; }
p { color: rgb(223,24,171); }
H1.HeaderClassName
{
color: #DF18AB;
}
.AnyTagClassName
{
color: #DF18AB;
}
</style>
background-color css
<style>
a { background-color: #DF18AB; }
a { background-color: rgb(223,24,171); }
div.DivClassName
{
background-color: #DF18AB;
}
.BgClassName
{
background-color: #DF18AB;
}
</style>
border-color css
<style>
span { border-color: #DF18AB; }
span { border-color: rgb(223,24,171); }
td.TdClassName
{
border-color: #DF18AB;
}
.TagClassName
{
border-color: #DF18AB;
}
</style>