#DE92B8

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

Shades of Shocking #DE92B8

Tints of Shocking #DE92B8

Color information

#DE92B8 (or 0xDE92B8) is unknown color: approx Shocking. HEX triplet: DE, 92 and B8. RGB value is (222,146,184). Sum of RGB (Red+Green+Blue) = 222+146+184=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92B8 is #216D47. Grayscale: #ACACAC. Windows color (decimal): -2190664 or 12096222. OLE color: 12096222.

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

Color convert

RGB222146184-
CMYK00.340.170.13
HSL330º53.52%72.16%-
HSV(B)330º34.23%87.06%-
XYZ49.0539.5550.4-
YUV173.06134.18162.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=40.22%
G=26.45%
B=33.33%

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
Decimal22214618400.340.170.1333053.5272.16
HexDE92B802211D14a3648
Octal336222270042211551266110
Binary11011110100100101011100001000101000111011010010101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE92B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE92B8; }

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

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

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

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

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

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

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

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