Shades of Spicy Pink #DC22AC
Tints of Spicy Pink #DC22AC
RGB
CMYK
RGB Variations
Color information
#DC22AC (or 0xDC22AC) is known color: Spicy Pink. HEX triplet: DC, 22 and AC. RGB value is (220,34,172). Sum of RGB (Red+Green+Blue) = 220+34+172=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC22AC is #23DD53. Grayscale: #686868. Windows color (decimal): -2350420 or 11281116. OLE color: 11281116.
HSL color Cylindrical-coordinate representation of color #DC22AC: hue angle of 315.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC22AC is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 172 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.14 |
| HSL | 315.48º | 0.73% | 0.5% | - |
| HSV(B) | 315.48º | 0.85% | 0.86% | - |
| XYZ | 37.53 | 19.34 | 40.78 | - |
| YUV | 105.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 172 | 0 | 0.85 | 0.22 | 0.14 | 315.48 | 0.73 | 0.5 |
| Hex | DC | 22 | AC | 0 | 55 | 16 | E | 13B | 49 | 32 |
| Octal | 334 | 42 | 254 | 0 | 125 | 26 | 16 | 473 | 111 | 62 |
| Binary | 11011100 | 100010 | 10101100 | 0 | 1010101 | 10110 | 1110 | 100111011 | 1001001 | 110010 |
Color Harmonies of #DC22AC
Complementary color
Monochromatic Colors of #DC22AC
Black with #DC22AC
Text Example
Text Example
White with #DC22AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22AC; }
p { color: rgb(220,34,172); }
H1.HeaderClassName
{
color: #DC22AC;
}
.AnyTagClassName
{
color: #DC22AC;
}
</style>
background-color css
<style>
a { background-color: #DC22AC; }
a { background-color: rgb(220,34,172); }
div.DivClassName
{
background-color: #DC22AC;
}
.BgClassName
{
background-color: #DC22AC;
}
</style>
border-color css
<style>
span { border-color: #DC22AC; }
span { border-color: rgb(220,34,172); }
td.TdClassName
{
border-color: #DC22AC;
}
.TagClassName
{
border-color: #DC22AC;
}
</style>