Shades of Spicy Pink #DC24AA
Tints of Spicy Pink #DC24AA
RGB
CMYK
RGB Variations
Color information
#DC24AA (or 0xDC24AA) is known color: Spicy Pink. HEX triplet: DC, 24 and AA. RGB value is (220,36,170). Sum of RGB (Red+Green+Blue) = 220+36+170=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24AA is #23DB55. Grayscale: #696969. Windows color (decimal): -2349910 or 11150556. OLE color: 11150556.
HSL color Cylindrical-coordinate representation of color #DC24AA: hue angle of 316.3º 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 #DC24AA is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 170 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.14 |
| HSL | 316.3º | 0.72% | 0.5% | - |
| HSV(B) | 316.3º | 0.84% | 0.86% | - |
| XYZ | 37.4 | 19.38 | 39.8 | - |
| YUV | 106.29 | 163.96 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 170 | 0 | 0.84 | 0.23 | 0.14 | 316.3 | 0.72 | 0.5 |
| Hex | DC | 24 | AA | 0 | 54 | 17 | E | 13C | 48 | 32 |
| Octal | 334 | 44 | 252 | 0 | 124 | 27 | 16 | 474 | 110 | 62 |
| Binary | 11011100 | 100100 | 10101010 | 0 | 1010100 | 10111 | 1110 | 100111100 | 1001000 | 110010 |
Color Harmonies of #DC24AA
Complementary color
Monochromatic Colors of #DC24AA
Black with #DC24AA
Text Example
Text Example
White with #DC24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24AA; }
p { color: rgb(220,36,170); }
H1.HeaderClassName
{
color: #DC24AA;
}
.AnyTagClassName
{
color: #DC24AA;
}
</style>
background-color css
<style>
a { background-color: #DC24AA; }
a { background-color: rgb(220,36,170); }
div.DivClassName
{
background-color: #DC24AA;
}
.BgClassName
{
background-color: #DC24AA;
}
</style>
border-color css
<style>
span { border-color: #DC24AA; }
span { border-color: rgb(220,36,170); }
td.TdClassName
{
border-color: #DC24AA;
}
.TagClassName
{
border-color: #DC24AA;
}
</style>