#DE93B9

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

Shades of Shocking #DE93B9

Tints of Shocking #DE93B9

Color information

#DE93B9 (or 0xDE93B9) is unknown color: approx Shocking. HEX triplet: DE, 93 and B9. RGB value is (222,147,185). Sum of RGB (Red+Green+Blue) = 222+147+185=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93B9 is #216C46. Grayscale: #ADADAD. Windows color (decimal): -2190407 or 12162014. OLE color: 12162014.

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

Color convert

RGB222147185-
CMYK00.340.170.13
HSL329.6º53.19%72.35%-
HSV(B)329.6º33.78%87.06%-
XYZ49.3139.951-
YUV173.76134.35162.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=40.07%
G=26.53%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214718500.340.170.13329.653.1972.35
HexDE93B902211D14a3548
Octal336223271042211551265110
Binary11011110100100111011100101000101000111011010010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93B9; }

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

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

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

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

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

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

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

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