Shades of Spicy Pink #DC22B0
Tints of Spicy Pink #DC22B0
RGB
CMYK
RGB Variations
Color information
#DC22B0 (or 0xDC22B0) is known color: Spicy Pink. HEX triplet: DC, 22 and B0. RGB value is (220,34,176). Sum of RGB (Red+Green+Blue) = 220+34+176=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC22B0 is #23DD4F. Grayscale: #696969. Windows color (decimal): -2350416 or 11543260. OLE color: 11543260.
HSL color Cylindrical-coordinate representation of color #DC22B0: hue angle of 314.19º 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 #DC22B0 is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 176 | - |
| CMYK | 0 | 0.85 | 0.2 | 0.14 |
| HSL | 314.19º | 0.73% | 0.5% | - |
| HSV(B) | 314.19º | 0.85% | 0.86% | - |
| XYZ | 37.92 | 19.49 | 42.84 | - |
| YUV | 105.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 176 | 0 | 0.85 | 0.2 | 0.14 | 314.19 | 0.73 | 0.5 |
| Hex | DC | 22 | B0 | 0 | 55 | 14 | E | 13A | 49 | 32 |
| Octal | 334 | 42 | 260 | 0 | 125 | 24 | 16 | 472 | 111 | 62 |
| Binary | 11011100 | 100010 | 10110000 | 0 | 1010101 | 10100 | 1110 | 100111010 | 1001001 | 110010 |
Color Harmonies of #DC22B0
Complementary color
Monochromatic Colors of #DC22B0
Black with #DC22B0
Text Example
Text Example
White with #DC22B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22B0; }
p { color: rgb(220,34,176); }
H1.HeaderClassName
{
color: #DC22B0;
}
.AnyTagClassName
{
color: #DC22B0;
}
</style>
background-color css
<style>
a { background-color: #DC22B0; }
a { background-color: rgb(220,34,176); }
div.DivClassName
{
background-color: #DC22B0;
}
.BgClassName
{
background-color: #DC22B0;
}
</style>
border-color css
<style>
span { border-color: #DC22B0; }
span { border-color: rgb(220,34,176); }
td.TdClassName
{
border-color: #DC22B0;
}
.TagClassName
{
border-color: #DC22B0;
}
</style>