#DE8ABD

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

Shades of Shocking #DE8ABD

Tints of Shocking #DE8ABD

Color information

#DE8ABD (or 0xDE8ABD) is unknown color: approx Shocking. HEX triplet: DE, 8A and BD. RGB value is (222,138,189). Sum of RGB (Red+Green+Blue) = 222+138+189=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8ABD is #217542. Grayscale: #A8A8A8. Windows color (decimal): -2192707 or 12421854. OLE color: 12421854.

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

Color convert

RGB222138189-
CMYK00.380.150.13
HSL323.57º56%70.59%-
HSV(B)323.57º37.84%87.06%-
XYZ48.437.3852.81-
YUV168.93139.33165.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=40.44%
G=25.14%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213818900.380.150.13323.575670.59
HexDE8ABD026FD1443847
Octal336212275046171550470107
Binary1101111010001010101111010100110111111011010001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8ABD; }

 p { color: rgb(222,138,189); }

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

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

 a { background-color: rgb(222,138,189); }

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

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

 span { border-color: rgb(222,138,189); }

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