Shades of Spicy Pink #DC24A9
Tints of Spicy Pink #DC24A9
RGB
CMYK
RGB Variations
Color information
#DC24A9 (or 0xDC24A9) is known color: Spicy Pink. HEX triplet: DC, 24 and A9. RGB value is (220,36,169). Sum of RGB (Red+Green+Blue) = 220+36+169=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24A9 is #23DB56. Grayscale: #696969. Windows color (decimal): -2349911 or 11085020. OLE color: 11085020.
HSL color Cylindrical-coordinate representation of color #DC24A9: hue angle of 316.63º 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 #DC24A9 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 169 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.14 |
| HSL | 316.63º | 0.72% | 0.5% | - |
| HSV(B) | 316.63º | 0.84% | 0.86% | - |
| XYZ | 37.31 | 19.34 | 39.3 | - |
| YUV | 106.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 169 | 0 | 0.84 | 0.23 | 0.14 | 316.63 | 0.72 | 0.5 |
| Hex | DC | 24 | A9 | 0 | 54 | 17 | E | 13D | 48 | 32 |
| Octal | 334 | 44 | 251 | 0 | 124 | 27 | 16 | 475 | 110 | 62 |
| Binary | 11011100 | 100100 | 10101001 | 0 | 1010100 | 10111 | 1110 | 100111101 | 1001000 | 110010 |
Color Harmonies of #DC24A9
Complementary color
Monochromatic Colors of #DC24A9
Black with #DC24A9
Text Example
Text Example
White with #DC24A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24A9; }
p { color: rgb(220,36,169); }
H1.HeaderClassName
{
color: #DC24A9;
}
.AnyTagClassName
{
color: #DC24A9;
}
</style>
background-color css
<style>
a { background-color: #DC24A9; }
a { background-color: rgb(220,36,169); }
div.DivClassName
{
background-color: #DC24A9;
}
.BgClassName
{
background-color: #DC24A9;
}
</style>
border-color css
<style>
span { border-color: #DC24A9; }
span { border-color: rgb(220,36,169); }
td.TdClassName
{
border-color: #DC24A9;
}
.TagClassName
{
border-color: #DC24A9;
}
</style>