#DE89B5

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

Shades of Shocking #DE89B5

Tints of Shocking #DE89B5

Color information

#DE89B5 (or 0xDE89B5) is unknown color: approx Shocking. HEX triplet: DE, 89 and B5. RGB value is (222,137,181). Sum of RGB (Red+Green+Blue) = 222+137+181=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89B5 is #21764A. Grayscale: #A7A7A7. Windows color (decimal): -2192971 or 11897310. OLE color: 11897310.

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

Color convert

RGB222137181-
CMYK00.380.180.13
HSL328.94º56.29%70.39%-
HSV(B)328.94º38.29%87.06%-
XYZ47.4136.7648.31-
YUV167.43135.66166.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=41.11%
G=25.37%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213718100.380.180.13328.9456.2970.39
HexDE89B502612D1493846
Octal336211265046221551170106
Binary11011110100010011011010101001101001011011010010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89B5; }

 p { color: rgb(222,137,181); }

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

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

 a { background-color: rgb(222,137,181); }

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

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

 span { border-color: rgb(222,137,181); }

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