Shades of Spicy Pink #DC22AB
Tints of Spicy Pink #DC22AB
RGB
CMYK
RGB Variations
Color information
#DC22AB (or 0xDC22AB) is known color: Spicy Pink. HEX triplet: DC, 22 and AB. RGB value is (220,34,171). Sum of RGB (Red+Green+Blue) = 220+34+171=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC22AB is #23DD54. Grayscale: #686868. Windows color (decimal): -2350421 or 11215580. OLE color: 11215580.
HSL color Cylindrical-coordinate representation of color #DC22AB: hue angle of 315.81º 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 #DC22AB is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 171 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.14 |
| HSL | 315.81º | 0.73% | 0.5% | - |
| HSV(B) | 315.81º | 0.85% | 0.86% | - |
| XYZ | 37.44 | 19.3 | 40.28 | - |
| YUV | 105.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 171 | 0 | 0.85 | 0.22 | 0.14 | 315.81 | 0.73 | 0.5 |
| Hex | DC | 22 | AB | 0 | 55 | 16 | E | 13C | 49 | 32 |
| Octal | 334 | 42 | 253 | 0 | 125 | 26 | 16 | 474 | 111 | 62 |
| Binary | 11011100 | 100010 | 10101011 | 0 | 1010101 | 10110 | 1110 | 100111100 | 1001001 | 110010 |
Color Harmonies of #DC22AB
Complementary color
Monochromatic Colors of #DC22AB
Black with #DC22AB
Text Example
Text Example
White with #DC22AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22AB; }
p { color: rgb(220,34,171); }
H1.HeaderClassName
{
color: #DC22AB;
}
.AnyTagClassName
{
color: #DC22AB;
}
</style>
background-color css
<style>
a { background-color: #DC22AB; }
a { background-color: rgb(220,34,171); }
div.DivClassName
{
background-color: #DC22AB;
}
.BgClassName
{
background-color: #DC22AB;
}
</style>
border-color css
<style>
span { border-color: #DC22AB; }
span { border-color: rgb(220,34,171); }
td.TdClassName
{
border-color: #DC22AB;
}
.TagClassName
{
border-color: #DC22AB;
}
</style>