#DE9CC4

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

Shades of Shocking #DE9CC4

Tints of Shocking #DE9CC4

Color information

#DE9CC4 (or 0xDE9CC4) is unknown color: approx Shocking. HEX triplet: DE, 9C and C4. RGB value is (222,156,196). Sum of RGB (Red+Green+Blue) = 222+156+196=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CC4 is #21633B. Grayscale: #B4B4B4. Windows color (decimal): -2188092 or 12885214. OLE color: 12885214.

HSL color Cylindrical-coordinate representation of color #DE9CC4: hue angle of 323.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CC4 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB222156196-
CMYK00.300.120.13
HSL323.64º50%74.12%-
HSV(B)323.64º29.73%87.06%-
XYZ51.9843.2957.84-
YUV180.29136.87157.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=38.68%
G=27.18%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215619600.300.120.13323.645074.12
HexDE9CC401ECD144324a
Octal336234304036141550462112
Binary110111101001110011000100011110110011011010001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CC4; }

 p { color: rgb(222,156,196); }

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

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

 a { background-color: rgb(222,156,196); }

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

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

 span { border-color: rgb(222,156,196); }

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