#DE9CD7

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

Shades of Plum #DE9CD7

Tints of Plum #DE9CD7

Color information

#DE9CD7 (or 0xDE9CD7) is unknown color: approx Plum. HEX triplet: DE, 9C and D7. RGB value is (222,156,215). Sum of RGB (Red+Green+Blue) = 222+156+215=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CD7 is #216328. Grayscale: #B6B6B6. Windows color (decimal): -2188073 or 14130398. OLE color: 14130398.

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

Color convert

RGB222156215-
CMYK00.300.030.13
HSL306.36º50%74.12%-
HSV(B)306.36º29.73%87.06%-
XYZ54.2844.2169.96-
YUV182.46146.37156.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=37.44%
G=26.31%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215621500.300.030.13306.365074.12
HexDE9CD701E3D132324a
Octal33623432703631546262112
Binary1101111010011100110101110111101111011001100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CD7; }

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

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

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

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

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

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

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

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