#DE93B5

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

Shades of Shocking #DE93B5

Tints of Shocking #DE93B5

Color information

#DE93B5 (or 0xDE93B5) is unknown color: approx Shocking. HEX triplet: DE, 93 and B5. RGB value is (222,147,181). Sum of RGB (Red+Green+Blue) = 222+147+181=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93B5 is #216C4A. Grayscale: #ADADAD. Windows color (decimal): -2190411 or 11899870. OLE color: 11899870.

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

Color convert

RGB222147181-
CMYK00.340.180.13
HSL332.8º53.19%72.35%-
HSV(B)332.8º33.78%87.06%-
XYZ48.939.7348.81-
YUV173.3132.35162.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 147 (57.81% from 255) = 26.73%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=40.36%
G=26.73%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214718100.340.180.13332.853.1972.35
HexDE93B502212D14d3548
Octal336223265042221551565110
Binary11011110100100111011010101000101001011011010011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93B5; }

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

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

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

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

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

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

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

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