Shades of Spicy Pink #DF24AD
Tints of Spicy Pink #DF24AD
RGB
CMYK
RGB Variations
Color information
#DF24AD (or 0xDF24AD) is known color: Spicy Pink. HEX triplet: DF, 24 and AD. RGB value is (223,36,173). Sum of RGB (Red+Green+Blue) = 223+36+173=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24AD is #20DB52. Grayscale: #6B6B6B. Windows color (decimal): -2153299 or 11347167. OLE color: 11347167.
HSL color Cylindrical-coordinate representation of color #DF24AD: hue angle of 316.04º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF24AD is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 173 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.13 |
| HSL | 316.04º | 0.75% | 0.51% | - |
| HSV(B) | 316.04º | 0.84% | 0.87% | - |
| XYZ | 38.61 | 19.97 | 41.35 | - |
| YUV | 107.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 173 | 0 | 0.84 | 0.22 | 0.13 | 316.04 | 0.75 | 0.51 |
| Hex | DF | 24 | AD | 0 | 54 | 16 | D | 13C | 4B | 33 |
| Octal | 337 | 44 | 255 | 0 | 124 | 26 | 15 | 474 | 113 | 63 |
| Binary | 11011111 | 100100 | 10101101 | 0 | 1010100 | 10110 | 1101 | 100111100 | 1001011 | 110011 |
Color Harmonies of #DF24AD
Complementary color
Monochromatic Colors of #DF24AD
Black with #DF24AD
Text Example
Text Example
White with #DF24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24AD; }
p { color: rgb(223,36,173); }
H1.HeaderClassName
{
color: #DF24AD;
}
.AnyTagClassName
{
color: #DF24AD;
}
</style>
background-color css
<style>
a { background-color: #DF24AD; }
a { background-color: rgb(223,36,173); }
div.DivClassName
{
background-color: #DF24AD;
}
.BgClassName
{
background-color: #DF24AD;
}
</style>
border-color css
<style>
span { border-color: #DF24AD; }
span { border-color: rgb(223,36,173); }
td.TdClassName
{
border-color: #DF24AD;
}
.TagClassName
{
border-color: #DF24AD;
}
</style>