Shades of Spicy Pink #DC23A8
Tints of Spicy Pink #DC23A8
RGB
CMYK
RGB Variations
Color information
#DC23A8 (or 0xDC23A8) is known color: Spicy Pink. HEX triplet: DC, 23 and A8. RGB value is (220,35,168). Sum of RGB (Red+Green+Blue) = 220+35+168=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23A8 is #23DC57. Grayscale: #696969. Windows color (decimal): -2350168 or 11019228. OLE color: 11019228.
HSL color Cylindrical-coordinate representation of color #DC23A8: hue angle of 316.86º 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 #DC23A8 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 168 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.14 |
| HSL | 316.86º | 0.73% | 0.5% | - |
| HSV(B) | 316.86º | 0.84% | 0.86% | - |
| XYZ | 37.18 | 19.24 | 38.8 | - |
| YUV | 105.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 168 | 0 | 0.84 | 0.24 | 0.14 | 316.86 | 0.73 | 0.5 |
| Hex | DC | 23 | A8 | 0 | 54 | 18 | E | 13D | 49 | 32 |
| Octal | 334 | 43 | 250 | 0 | 124 | 30 | 16 | 475 | 111 | 62 |
| Binary | 11011100 | 100011 | 10101000 | 0 | 1010100 | 11000 | 1110 | 100111101 | 1001001 | 110010 |
Color Harmonies of #DC23A8
Complementary color
Monochromatic Colors of #DC23A8
Black with #DC23A8
Text Example
Text Example
White with #DC23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23A8; }
p { color: rgb(220,35,168); }
H1.HeaderClassName
{
color: #DC23A8;
}
.AnyTagClassName
{
color: #DC23A8;
}
</style>
background-color css
<style>
a { background-color: #DC23A8; }
a { background-color: rgb(220,35,168); }
div.DivClassName
{
background-color: #DC23A8;
}
.BgClassName
{
background-color: #DC23A8;
}
</style>
border-color css
<style>
span { border-color: #DC23A8; }
span { border-color: rgb(220,35,168); }
td.TdClassName
{
border-color: #DC23A8;
}
.TagClassName
{
border-color: #DC23A8;
}
</style>