#DE9DEA

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

Shades of Plum #DE9DEA

Tints of Plum #DE9DEA

Color information

#DE9DEA (or 0xDE9DEA) is unknown color: approx Plum. HEX triplet: DE, 9D and EA. RGB value is (222,157,234). Sum of RGB (Red+Green+Blue) = 222+157+234=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DEA is #216215. Grayscale: #B8B8B8. Windows color (decimal): -2187798 or 15375838. OLE color: 15375838.

HSL color Cylindrical-coordinate representation of color #DE9DEA: hue angle of 290.65º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9DEA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222157234-
CMYK0.050.3300.08
HSL290.65º64.71%76.67%-
HSV(B)290.65º32.91%91.76%-
XYZ57.0345.5883.63-
YUV185.21155.53154.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=36.22%
G=25.61%
B=38.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221572340.050.3300.08290.6564.7176.67
HexDE9DEA52108123414d
Octal336235352541010443101115
Binary1101111010011101111010101011000010100010010001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DEA; }

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

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

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

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

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

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

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

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