Shades of Spicy Pink #DC22B5
Tints of Spicy Pink #DC22B5
RGB
CMYK
RGB Variations
Color information
#DC22B5 (or 0xDC22B5) is known color: Spicy Pink. HEX triplet: DC, 22 and B5. RGB value is (220,34,181). Sum of RGB (Red+Green+Blue) = 220+34+181=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22B5 is #23DD4A. Grayscale: #696969. Windows color (decimal): -2350411 or 11870940. OLE color: 11870940.
HSL color Cylindrical-coordinate representation of color #DC22B5: hue angle of 312.58º 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 #DC22B5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 181 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.14 |
| HSL | 312.58º | 0.73% | 0.5% | - |
| HSV(B) | 312.58º | 0.85% | 0.86% | - |
| XYZ | 38.43 | 19.7 | 45.49 | - |
| YUV | 106.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 181 | 0 | 0.85 | 0.18 | 0.14 | 312.58 | 0.73 | 0.5 |
| Hex | DC | 22 | B5 | 0 | 55 | 12 | E | 139 | 49 | 32 |
| Octal | 334 | 42 | 265 | 0 | 125 | 22 | 16 | 471 | 111 | 62 |
| Binary | 11011100 | 100010 | 10110101 | 0 | 1010101 | 10010 | 1110 | 100111001 | 1001001 | 110010 |
Color Harmonies of #DC22B5
Complementary color
Monochromatic Colors of #DC22B5
Black with #DC22B5
Text Example
Text Example
White with #DC22B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22B5; }
p { color: rgb(220,34,181); }
H1.HeaderClassName
{
color: #DC22B5;
}
.AnyTagClassName
{
color: #DC22B5;
}
</style>
background-color css
<style>
a { background-color: #DC22B5; }
a { background-color: rgb(220,34,181); }
div.DivClassName
{
background-color: #DC22B5;
}
.BgClassName
{
background-color: #DC22B5;
}
</style>
border-color css
<style>
span { border-color: #DC22B5; }
span { border-color: rgb(220,34,181); }
td.TdClassName
{
border-color: #DC22B5;
}
.TagClassName
{
border-color: #DC22B5;
}
</style>