Shades of Shocking #DE95C2
Tints of Shocking #DE95C2
RGB
CMYK
RGB Variations
Color information
#DE95C2 (or 0xDE95C2) is known color: Shocking. HEX triplet: DE, 95 and C2. RGB value is (222,149,194). Sum of RGB (Red+Green+Blue) = 222+149+194=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95C2 is #216A3D. Grayscale: #AFAFAF. Windows color (decimal): -2189886 or 12752350. OLE color: 12752350.
HSL color Cylindrical-coordinate representation of color #DE95C2: hue angle of 323.01º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE95C2 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 194 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.13 |
| HSL | 323.01º | 0.53% | 0.73% | - |
| HSV(B) | 323.01º | 0.33% | 0.87% | - |
| XYZ | 50.61 | 40.92 | 56.27 | - |
| YUV | 175.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 194 | 0 | 0.33 | 0.13 | 0.13 | 323.01 | 0.53 | 0.73 |
| Hex | DE | 95 | C2 | 0 | 21 | D | D | 143 | 35 | 49 |
| Octal | 336 | 225 | 302 | 0 | 41 | 15 | 15 | 503 | 65 | 111 |
| Binary | 11011110 | 10010101 | 11000010 | 0 | 100001 | 1101 | 1101 | 101000011 | 110101 | 1001001 |
Color Harmonies of #DE95C2
Complementary color
Monochromatic Colors of #DE95C2
Black with #DE95C2
Text Example
Text Example
White with #DE95C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95C2; }
p { color: rgb(222,149,194); }
H1.HeaderClassName
{
color: #DE95C2;
}
.AnyTagClassName
{
color: #DE95C2;
}
</style>
background-color css
<style>
a { background-color: #DE95C2; }
a { background-color: rgb(222,149,194); }
div.DivClassName
{
background-color: #DE95C2;
}
.BgClassName
{
background-color: #DE95C2;
}
</style>
border-color css
<style>
span { border-color: #DE95C2; }
span { border-color: rgb(222,149,194); }
td.TdClassName
{
border-color: #DE95C2;
}
.TagClassName
{
border-color: #DE95C2;
}
</style>