#DE93B8

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

Shades of Shocking #DE93B8

Tints of Shocking #DE93B8

Color information

#DE93B8 (or 0xDE93B8) is unknown color: approx Shocking. HEX triplet: DE, 93 and B8. RGB value is (222,147,184). Sum of RGB (Red+Green+Blue) = 222+147+184=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93B8 is #216C47. Grayscale: #ADADAD. Windows color (decimal): -2190408 or 12096478. OLE color: 12096478.

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

Color convert

RGB222147184-
CMYK00.340.170.13
HSL330.4º53.19%72.35%-
HSV(B)330.4º33.78%87.06%-
XYZ49.2139.8650.45-
YUV173.64133.85162.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=40.14%
G=26.58%
B=33.27%

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
Decimal22214718400.340.170.13330.453.1972.35
HexDE93B802211D14a3548
Octal336223270042211551265110
Binary11011110100100111011100001000101000111011010010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93B8; }

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

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

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

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

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

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

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

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