#DE9EDA

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

Shades of Plum #DE9EDA

Tints of Plum #DE9EDA

Color information

#DE9EDA (or 0xDE9EDA) is unknown color: approx Plum. HEX triplet: DE, 9E and DA. RGB value is (222,158,218). Sum of RGB (Red+Green+Blue) = 222+158+218=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EDA is #216125. Grayscale: #B7B7B7. Windows color (decimal): -2187558 or 14327518. OLE color: 14327518.

HSL color Cylindrical-coordinate representation of color #DE9EDA: hue angle of 303.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9EDA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222158218-
CMYK00.290.020.13
HSL303.75º49.23%74.51%-
HSV(B)303.75º28.83%87.06%-
XYZ55.0145.0572.13-
YUV183.98147.2155.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=37.12%
G=26.42%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215821800.290.020.13303.7549.2374.51
HexDE9EDA01D2D130314b
Octal33623633203521546061113
Binary1101111010011110110110100111011011011001100001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EDA; }

 p { color: rgb(222,158,218); }

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

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

 a { background-color: rgb(222,158,218); }

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

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

 span { border-color: rgb(222,158,218); }

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