#DE9CDA

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

Shades of Plum #DE9CDA

Tints of Plum #DE9CDA

Color information

#DE9CDA (or 0xDE9CDA) is unknown color: approx Plum. HEX triplet: DE, 9C and DA. RGB value is (222,156,218). Sum of RGB (Red+Green+Blue) = 222+156+218=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CDA is #216325. Grayscale: #B6B6B6. Windows color (decimal): -2188070 or 14327006. OLE color: 14327006.

HSL color Cylindrical-coordinate representation of color #DE9CDA: hue angle of 303.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CDA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222156218-
CMYK00.300.020.13
HSL303.64º50%74.12%-
HSV(B)303.64º29.73%87.06%-
XYZ54.6744.3772.01-
YUV182.8147.87155.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=37.25%
G=26.17%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215621800.300.020.13303.645074.12
HexDE9CDA01E2D130324a
Octal33623433203621546062112
Binary1101111010011100110110100111101011011001100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CDA; }

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

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

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

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

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

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

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

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