Shades of Spicy Pink #DC23AA
Tints of Spicy Pink #DC23AA
RGB
CMYK
RGB Variations
Color information
#DC23AA (or 0xDC23AA) is known color: Spicy Pink. HEX triplet: DC, 23 and AA. RGB value is (220,35,170). Sum of RGB (Red+Green+Blue) = 220+35+170=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23AA is #23DC55. Grayscale: #696969. Windows color (decimal): -2350166 or 11150300. OLE color: 11150300.
HSL color Cylindrical-coordinate representation of color #DC23AA: hue angle of 316.22º degrees, saturation: 0.73, 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 #DC23AA is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 170 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.14 |
| HSL | 316.22º | 0.73% | 0.5% | - |
| HSV(B) | 316.22º | 0.84% | 0.86% | - |
| XYZ | 37.37 | 19.32 | 39.79 | - |
| YUV | 105.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 170 | 0 | 0.84 | 0.23 | 0.14 | 316.22 | 0.73 | 0.5 |
| Hex | DC | 23 | AA | 0 | 54 | 17 | E | 13C | 49 | 32 |
| Octal | 334 | 43 | 252 | 0 | 124 | 27 | 16 | 474 | 111 | 62 |
| Binary | 11011100 | 100011 | 10101010 | 0 | 1010100 | 10111 | 1110 | 100111100 | 1001001 | 110010 |
Color Harmonies of #DC23AA
Complementary color
Monochromatic Colors of #DC23AA
Black with #DC23AA
Text Example
Text Example
White with #DC23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23AA; }
p { color: rgb(220,35,170); }
H1.HeaderClassName
{
color: #DC23AA;
}
.AnyTagClassName
{
color: #DC23AA;
}
</style>
background-color css
<style>
a { background-color: #DC23AA; }
a { background-color: rgb(220,35,170); }
div.DivClassName
{
background-color: #DC23AA;
}
.BgClassName
{
background-color: #DC23AA;
}
</style>
border-color css
<style>
span { border-color: #DC23AA; }
span { border-color: rgb(220,35,170); }
td.TdClassName
{
border-color: #DC23AA;
}
.TagClassName
{
border-color: #DC23AA;
}
</style>