Shades of Spicy Pink #DC23AC
Tints of Spicy Pink #DC23AC
RGB
CMYK
RGB Variations
Color information
#DC23AC (or 0xDC23AC) is known color: Spicy Pink. HEX triplet: DC, 23 and AC. RGB value is (220,35,172). Sum of RGB (Red+Green+Blue) = 220+35+172=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23AC is #23DC53. Grayscale: #696969. Windows color (decimal): -2350164 or 11281372. OLE color: 11281372.
HSL color Cylindrical-coordinate representation of color #DC23AC: hue angle of 315.57º 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 #DC23AC is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 172 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.14 |
| HSL | 315.57º | 0.73% | 0.5% | - |
| HSV(B) | 315.57º | 0.84% | 0.86% | - |
| XYZ | 37.56 | 19.4 | 40.79 | - |
| YUV | 105.93 | 165.29 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 172 | 0 | 0.84 | 0.22 | 0.14 | 315.57 | 0.73 | 0.5 |
| Hex | DC | 23 | AC | 0 | 54 | 16 | E | 13C | 49 | 32 |
| Octal | 334 | 43 | 254 | 0 | 124 | 26 | 16 | 474 | 111 | 62 |
| Binary | 11011100 | 100011 | 10101100 | 0 | 1010100 | 10110 | 1110 | 100111100 | 1001001 | 110010 |
Color Harmonies of #DC23AC
Complementary color
Monochromatic Colors of #DC23AC
Black with #DC23AC
Text Example
Text Example
White with #DC23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23AC; }
p { color: rgb(220,35,172); }
H1.HeaderClassName
{
color: #DC23AC;
}
.AnyTagClassName
{
color: #DC23AC;
}
</style>
background-color css
<style>
a { background-color: #DC23AC; }
a { background-color: rgb(220,35,172); }
div.DivClassName
{
background-color: #DC23AC;
}
.BgClassName
{
background-color: #DC23AC;
}
</style>
border-color css
<style>
span { border-color: #DC23AC; }
span { border-color: rgb(220,35,172); }
td.TdClassName
{
border-color: #DC23AC;
}
.TagClassName
{
border-color: #DC23AC;
}
</style>