#DE95C7

Color #DE95C7 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DE95C7

Tints of Shocking #DE95C7

Color information

#DE95C7 (or 0xDE95C7) is unknown color: approx Shocking. HEX triplet: DE, 95 and C7. RGB value is (222,149,199). Sum of RGB (Red+Green+Blue) = 222+149+199=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95C7 is #216A38. Grayscale: #B0B0B0. Windows color (decimal): -2189881 or 13080030. OLE color: 13080030.

HSL color Cylindrical-coordinate representation of color #DE95C7: hue angle of 318.9º 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 #DE95C7 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222149199-
CMYK00.330.100.13
HSL318.9º52.52%72.75%-
HSV(B)318.9º32.88%87.06%-
XYZ51.1841.1559.28-
YUV176.53140.68160.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=38.95%
G=26.14%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214919900.330.100.13318.952.5272.75
HexDE95C7021AD13f3549
Octal336225307041121547765111
Binary1101111010010101110001110100001101011011001111111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95C7; }

 p { color: rgb(222,149,199); }

 H1.HeaderClassName
 {
   color: #DE95C7;
 }
 .AnyTagClassName
 {
   color: #DE95C7;
 }
</style>
background-color css

<style>
 a { background-color: #DE95C7; }

 a { background-color: rgb(222,149,199); }

 div.DivClassName
 {
   background-color: #DE95C7;
 }
 .BgClassName
 {
   background-color: #DE95C7;
 }
</style>
border-color css

<style>
 span { border-color: #DE95C7; }

 span { border-color: rgb(222,149,199); }

 td.TdClassName
 {
   border-color: #DE95C7;
 }
 .TagClassName
 {
   border-color: #DE95C7;
 }
</style>