#DE93CA

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

Shades of Shocking #DE93CA

Tints of Shocking #DE93CA

Color information

#DE93CA (or 0xDE93CA) is unknown color: approx Shocking. HEX triplet: DE, 93 and CA. RGB value is (222,147,202). Sum of RGB (Red+Green+Blue) = 222+147+202=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93CA is #216C35. Grayscale: #AFAFAF. Windows color (decimal): -2190390 or 13276126. OLE color: 13276126.

HSL color Cylindrical-coordinate representation of color #DE93CA: hue angle of 316º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE93CA is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222147202-
CMYK00.340.090.13
HSL316º53.19%72.35%-
HSV(B)316º33.78%87.06%-
XYZ51.2240.6661.03-
YUV175.7142.85161.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=38.88%
G=25.74%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214720200.340.090.1331653.1972.35
HexDE93CA0229D13c3548
Octal336223312042111547465110
Binary1101111010010011110010100100010100111011001111001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93CA; }

 p { color: rgb(222,147,202); }

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

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

 a { background-color: rgb(222,147,202); }

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

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

 span { border-color: rgb(222,147,202); }

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