#D29ED9

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

Shades of Plum #D29ED9

Tints of Plum #D29ED9

Color information

#D29ED9 (or 0xD29ED9) is unknown color: approx Plum. HEX triplet: D2, 9E and D9. RGB value is (210,158,217). Sum of RGB (Red+Green+Blue) = 210+158+217=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #D29ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ED9 is #2D6126. Grayscale: #B4B4B4. Windows color (decimal): -2973991 or 14261970. OLE color: 14261970.

HSL color Cylindrical-coordinate representation of color #D29ED9: hue angle of 292.88º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29ED9 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210158217-
CMYK0.030.2700.15
HSL292.88º43.7%73.53%-
HSV(B)292.88º27.19%85.1%-
XYZ51.3343.1771.27-
YUV180.27148.73149.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=35.90%
G=27.01%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101582170.030.2700.15292.8843.773.53
HexD29ED931B0F1252c4a
Octal32223633133301744554112
Binary1101001010011110110110011111011011111001001011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ED9; }

 p { color: rgb(210,158,217); }

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

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

 a { background-color: rgb(210,158,217); }

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

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

 span { border-color: rgb(210,158,217); }

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