#DE8CC0

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

Shades of Shocking #DE8CC0

Tints of Shocking #DE8CC0

Color information

#DE8CC0 (or 0xDE8CC0) is unknown color: approx Shocking. HEX triplet: DE, 8C and C0. RGB value is (222,140,192). Sum of RGB (Red+Green+Blue) = 222+140+192=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CC0 is #21733F. Grayscale: #AAAAAA. Windows color (decimal): -2192192 or 12618974. OLE color: 12618974.

HSL color Cylindrical-coordinate representation of color #DE8CC0: hue angle of 321.95º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8CC0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222140192-
CMYK00.370.140.13
HSL321.95º55.41%70.98%-
HSV(B)321.95º36.94%87.06%-
XYZ49.0238.0954.64-
YUV170.45140.17164.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=40.07%
G=25.27%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214019200.370.140.13321.9555.4170.98
HexDE8CC0025ED1423747
Octal336214300045161550267107
Binary1101111010001100110000000100101111011011010000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8CC0; }

 p { color: rgb(222,140,192); }

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

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

 a { background-color: rgb(222,140,192); }

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

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

 span { border-color: rgb(222,140,192); }

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