Shades of Shocking #DE96BD
Tints of Shocking #DE96BD
RGB
CMYK
RGB Variations
Color information
#DE96BD (or 0xDE96BD) is known color: Shocking. HEX triplet: DE, 96 and BD. RGB value is (222,150,189). Sum of RGB (Red+Green+Blue) = 222+150+189=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96BD is #216942. Grayscale: #AFAFAF. Windows color (decimal): -2189635 or 12424926. OLE color: 12424926.
HSL color Cylindrical-coordinate representation of color #DE96BD: hue angle of 327.5º 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 #DE96BD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 189 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.13 |
| HSL | 327.5º | 0.52% | 0.73% | - |
| HSV(B) | 327.5º | 0.32% | 0.87% | - |
| XYZ | 50.22 | 41.02 | 53.41 | - |
| YUV | 175.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 189 | 0 | 0.32 | 0.15 | 0.13 | 327.5 | 0.52 | 0.73 |
| Hex | DE | 96 | BD | 0 | 20 | F | D | 148 | 34 | 49 |
| Octal | 336 | 226 | 275 | 0 | 40 | 17 | 15 | 510 | 64 | 111 |
| Binary | 11011110 | 10010110 | 10111101 | 0 | 100000 | 1111 | 1101 | 101001000 | 110100 | 1001001 |
Color Harmonies of #DE96BD
Complementary color
Monochromatic Colors of #DE96BD
Black with #DE96BD
Text Example
Text Example
White with #DE96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96BD; }
p { color: rgb(222,150,189); }
H1.HeaderClassName
{
color: #DE96BD;
}
.AnyTagClassName
{
color: #DE96BD;
}
</style>
background-color css
<style>
a { background-color: #DE96BD; }
a { background-color: rgb(222,150,189); }
div.DivClassName
{
background-color: #DE96BD;
}
.BgClassName
{
background-color: #DE96BD;
}
</style>
border-color css
<style>
span { border-color: #DE96BD; }
span { border-color: rgb(222,150,189); }
td.TdClassName
{
border-color: #DE96BD;
}
.TagClassName
{
border-color: #DE96BD;
}
</style>