#de8cbe

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

Shades of Shocking #DE8CBE

Tints of Shocking #DE8CBE

Color information

#DE8CBE (or 0xDE8CBE) is unknown color: approx Shocking. HEX triplet: DE, 8C and BE. RGB value is (222,140,190). Sum of RGB (Red+Green+Blue) = 222+140+190=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CBE is #217341. Grayscale: #AAAAAA. Windows color (decimal): -2192194 or 12487902. OLE color: 12487902.

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

Color convert

RGB222140190-
CMYK00.370.140.13
HSL323.41º55.41%70.98%-
HSV(B)323.41º36.94%87.06%-
XYZ48.83853.48-
YUV170.22139.17164.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=40.22%
G=25.36%
B=34.42%

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
Decimal22214019000.370.140.13323.4155.4170.98
HexDE8CBE025ED1433747
Octal336214276045161550367107
Binary1101111010001100101111100100101111011011010000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de8cbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de8cbe; }

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

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

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

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

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

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

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

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