#D29ADA

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

Shades of Plum #D29ADA

Tints of Plum #D29ADA

Color information

#D29ADA (or 0xD29ADA) is unknown color: approx Plum. HEX triplet: D2, 9A and DA. RGB value is (210,154,218). Sum of RGB (Red+Green+Blue) = 210+154+218=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADA is #2D6525. Grayscale: #B1B1B1. Windows color (decimal): -2975014 or 14326482. OLE color: 14326482.

HSL color Cylindrical-coordinate representation of color #D29ADA: hue angle of 292.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29ADA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210154218-
CMYK0.040.2900.15
HSL292.5º46.38%72.94%-
HSV(B)292.5º29.36%85.49%-
XYZ50.7941.8771.74-
YUV178.04150.55150.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=36.08%
G=26.46%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101542180.040.2900.15292.546.3872.94
HexD29ADA41D0F1242e49
Octal32223233243501744456111
Binary11010010100110101101101010011101011111001001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ADA; }

 p { color: rgb(210,154,218); }

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

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

 a { background-color: rgb(210,154,218); }

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

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

 span { border-color: rgb(210,154,218); }

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