#DE9AD3

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

Shades of Plum #DE9AD3

Tints of Plum #DE9AD3

Color information

#DE9AD3 (or 0xDE9AD3) is unknown color: approx Plum. HEX triplet: DE, 9A and D3. RGB value is (222,154,211). Sum of RGB (Red+Green+Blue) = 222+154+211=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AD3 is #21652C. Grayscale: #B4B4B4. Windows color (decimal): -2188589 or 13867742. OLE color: 13867742.

HSL color Cylindrical-coordinate representation of color #DE9AD3: hue angle of 309.71º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AD3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222154211-
CMYK00.310.050.13
HSL309.71º50.75%73.73%-
HSV(B)309.71º30.63%87.06%-
XYZ53.4443.3467.18-
YUV180.83145.03157.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=37.82%
G=26.24%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215421100.310.050.13309.7150.7573.73
HexDE9AD301F5D136334a
Octal33623232303751546663112
Binary11011110100110101101001101111110111011001101101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AD3; }

 p { color: rgb(222,154,211); }

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

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

 a { background-color: rgb(222,154,211); }

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

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

 span { border-color: rgb(222,154,211); }

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