#DE89D5

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

Shades of Plum #DE89D5

Tints of Plum #DE89D5

Color information

#DE89D5 (or 0xDE89D5) is unknown color: approx Plum. HEX triplet: DE, 89 and D5. RGB value is (222,137,213). Sum of RGB (Red+Green+Blue) = 222+137+213=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89D5 is #21762A. Grayscale: #AAAAAA. Windows color (decimal): -2192939 or 13994462. OLE color: 13994462.

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

Color convert

RGB222137213-
CMYK00.380.040.13
HSL306.35º56.29%70.39%-
HSV(B)306.35º38.29%87.06%-
XYZ51.0838.2367.64-
YUV171.08151.66164.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=38.81%
G=23.95%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213721300.380.040.13306.3556.2970.39
HexDE89D50264D1323846
Octal33621132504641546270106
Binary110111101000100111010101010011010011011001100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89D5; }

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

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

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

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

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

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

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

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