#DE9DE0

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

Shades of Plum #DE9DE0

Tints of Plum #DE9DE0

Color information

#DE9DE0 (or 0xDE9DE0) is unknown color: approx Plum. HEX triplet: DE, 9D and E0. RGB value is (222,157,224). Sum of RGB (Red+Green+Blue) = 222+157+224=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE9DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DE0 is #21621F. Grayscale: #B7B7B7. Windows color (decimal): -2187808 or 14720478. OLE color: 14720478.

HSL color Cylindrical-coordinate representation of color #DE9DE0: hue angle of 298.21º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9DE0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222157224-
CMYK0.010.3000.12
HSL298.21º51.94%74.71%-
HSV(B)298.21º29.91%87.84%-
XYZ55.6445.0376.28-
YUV184.07150.53155.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 157 (61.72% from 255) = 26.04%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=36.82%
G=26.04%
B=37.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221572240.010.3000.12298.2151.9474.71
HexDE9DE011E0C12a344b
Octal33623534013601445264113
Binary110111101001110111100000111110011001001010101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DE0; }

 p { color: rgb(222,157,224); }

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

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

 a { background-color: rgb(222,157,224); }

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

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

 span { border-color: rgb(222,157,224); }

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