Shades of Shocking Pink #DE22C0
Tints of Shocking Pink #DE22C0
RGB
CMYK
RGB Variations
Color information
#DE22C0 (or 0xDE22C0) is known color: Shocking Pink. HEX triplet: DE, 22 and C0. RGB value is (222,34,192). Sum of RGB (Red+Green+Blue) = 222+34+192=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE22C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE22C0 is #21DD3F. Grayscale: #6B6B6B. Windows color (decimal): -2219328 or 12591838. OLE color: 12591838.
HSL color Cylindrical-coordinate representation of color #DE22C0: hue angle of 309.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE22C0 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 192 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.13 |
| HSL | 309.57º | 0.74% | 0.5% | - |
| HSV(B) | 309.57º | 0.85% | 0.87% | - |
| XYZ | 40.21 | 20.48 | 51.7 | - |
| YUV | 108.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 192 | 0 | 0.85 | 0.14 | 0.13 | 309.57 | 0.74 | 0.5 |
| Hex | DE | 22 | C0 | 0 | 55 | E | D | 136 | 4A | 32 |
| Octal | 336 | 42 | 300 | 0 | 125 | 16 | 15 | 466 | 112 | 62 |
| Binary | 11011110 | 100010 | 11000000 | 0 | 1010101 | 1110 | 1101 | 100110110 | 1001010 | 110010 |
Color Harmonies of #DE22C0
Complementary color
Monochromatic Colors of #DE22C0
Black with #DE22C0
Text Example
Text Example
White with #DE22C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE22C0; }
p { color: rgb(222,34,192); }
H1.HeaderClassName
{
color: #DE22C0;
}
.AnyTagClassName
{
color: #DE22C0;
}
</style>
background-color css
<style>
a { background-color: #DE22C0; }
a { background-color: rgb(222,34,192); }
div.DivClassName
{
background-color: #DE22C0;
}
.BgClassName
{
background-color: #DE22C0;
}
</style>
border-color css
<style>
span { border-color: #DE22C0; }
span { border-color: rgb(222,34,192); }
td.TdClassName
{
border-color: #DE22C0;
}
.TagClassName
{
border-color: #DE22C0;
}
</style>