Shades of Spicy Pink #DC24AD
Tints of Spicy Pink #DC24AD
RGB
CMYK
RGB Variations
Color information
#DC24AD (or 0xDC24AD) is known color: Spicy Pink. HEX triplet: DC, 24 and AD. RGB value is (220,36,173). Sum of RGB (Red+Green+Blue) = 220+36+173=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24AD is #23DB52. Grayscale: #6A6A6A. Windows color (decimal): -2349907 or 11347164. OLE color: 11347164.
HSL color Cylindrical-coordinate representation of color #DC24AD: hue angle of 315.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24AD is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 173 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.14 |
| HSL | 315.33º | 0.72% | 0.5% | - |
| HSV(B) | 315.33º | 0.84% | 0.86% | - |
| XYZ | 37.69 | 19.49 | 41.31 | - |
| YUV | 106.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 173 | 0 | 0.84 | 0.21 | 0.14 | 315.33 | 0.72 | 0.5 |
| Hex | DC | 24 | AD | 0 | 54 | 15 | E | 13B | 48 | 32 |
| Octal | 334 | 44 | 255 | 0 | 124 | 25 | 16 | 473 | 110 | 62 |
| Binary | 11011100 | 100100 | 10101101 | 0 | 1010100 | 10101 | 1110 | 100111011 | 1001000 | 110010 |
Color Harmonies of #DC24AD
Complementary color
Monochromatic Colors of #DC24AD
Black with #DC24AD
Text Example
Text Example
White with #DC24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24AD; }
p { color: rgb(220,36,173); }
H1.HeaderClassName
{
color: #DC24AD;
}
.AnyTagClassName
{
color: #DC24AD;
}
</style>
background-color css
<style>
a { background-color: #DC24AD; }
a { background-color: rgb(220,36,173); }
div.DivClassName
{
background-color: #DC24AD;
}
.BgClassName
{
background-color: #DC24AD;
}
</style>
border-color css
<style>
span { border-color: #DC24AD; }
span { border-color: rgb(220,36,173); }
td.TdClassName
{
border-color: #DC24AD;
}
.TagClassName
{
border-color: #DC24AD;
}
</style>