Shades of Shocking #DE96C2
Tints of Shocking #DE96C2
RGB
CMYK
RGB Variations
Color information
#DE96C2 (or 0xDE96C2) is known color: Shocking. HEX triplet: DE, 96 and C2. RGB value is (222,150,194). Sum of RGB (Red+Green+Blue) = 222+150+194=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96C2 is #21693D. Grayscale: #B0B0B0. Windows color (decimal): -2189630 or 12752606. OLE color: 12752606.
HSL color Cylindrical-coordinate representation of color #DE96C2: hue angle of 323.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE96C2 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 194 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.13 |
| HSL | 323.33º | 0.52% | 0.73% | - |
| HSV(B) | 323.33º | 0.32% | 0.87% | - |
| XYZ | 50.77 | 41.24 | 56.32 | - |
| YUV | 176.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 194 | 0 | 0.32 | 0.13 | 0.13 | 323.33 | 0.52 | 0.73 |
| Hex | DE | 96 | C2 | 0 | 20 | D | D | 143 | 34 | 49 |
| Octal | 336 | 226 | 302 | 0 | 40 | 15 | 15 | 503 | 64 | 111 |
| Binary | 11011110 | 10010110 | 11000010 | 0 | 100000 | 1101 | 1101 | 101000011 | 110100 | 1001001 |
Color Harmonies of #DE96C2
Complementary color
Monochromatic Colors of #DE96C2
Black with #DE96C2
Text Example
Text Example
White with #DE96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96C2; }
p { color: rgb(222,150,194); }
H1.HeaderClassName
{
color: #DE96C2;
}
.AnyTagClassName
{
color: #DE96C2;
}
</style>
background-color css
<style>
a { background-color: #DE96C2; }
a { background-color: rgb(222,150,194); }
div.DivClassName
{
background-color: #DE96C2;
}
.BgClassName
{
background-color: #DE96C2;
}
</style>
border-color css
<style>
span { border-color: #DE96C2; }
span { border-color: rgb(222,150,194); }
td.TdClassName
{
border-color: #DE96C2;
}
.TagClassName
{
border-color: #DE96C2;
}
</style>