Shades of Shocking Pink #DC22C5
Tints of Shocking Pink #DC22C5
RGB
CMYK
RGB Variations
Color information
#DC22C5 (or 0xDC22C5) is known color: Shocking Pink. HEX triplet: DC, 22 and C5. RGB value is (220,34,197). Sum of RGB (Red+Green+Blue) = 220+34+197=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22C5 is #23DD3A. Grayscale: #6B6B6B. Windows color (decimal): -2350395 or 12919516. OLE color: 12919516.
HSL color Cylindrical-coordinate representation of color #DC22C5: hue angle of 307.42º 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 #DC22C5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 197 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.14 |
| HSL | 307.42º | 0.73% | 0.5% | - |
| HSV(B) | 307.42º | 0.85% | 0.86% | - |
| XYZ | 40.17 | 20.39 | 54.64 | - |
| YUV | 108.2 | 178.12 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 197 | 0 | 0.85 | 0.10 | 0.14 | 307.42 | 0.73 | 0.5 |
| Hex | DC | 22 | C5 | 0 | 55 | A | E | 133 | 49 | 32 |
| Octal | 334 | 42 | 305 | 0 | 125 | 12 | 16 | 463 | 111 | 62 |
| Binary | 11011100 | 100010 | 11000101 | 0 | 1010101 | 1010 | 1110 | 100110011 | 1001001 | 110010 |
Color Harmonies of #DC22C5
Complementary color
Monochromatic Colors of #DC22C5
Black with #DC22C5
Text Example
Text Example
White with #DC22C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22C5; }
p { color: rgb(220,34,197); }
H1.HeaderClassName
{
color: #DC22C5;
}
.AnyTagClassName
{
color: #DC22C5;
}
</style>
background-color css
<style>
a { background-color: #DC22C5; }
a { background-color: rgb(220,34,197); }
div.DivClassName
{
background-color: #DC22C5;
}
.BgClassName
{
background-color: #DC22C5;
}
</style>
border-color css
<style>
span { border-color: #DC22C5; }
span { border-color: rgb(220,34,197); }
td.TdClassName
{
border-color: #DC22C5;
}
.TagClassName
{
border-color: #DC22C5;
}
</style>