#D29DDA

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

Shades of Plum #D29DDA

Tints of Plum #D29DDA

Color information

#D29DDA (or 0xD29DDA) is unknown color: approx Plum. HEX triplet: D2, 9D and DA. RGB value is (210,157,218). Sum of RGB (Red+Green+Blue) = 210+157+218=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDA is #2D6225. Grayscale: #B3B3B3. Windows color (decimal): -2974246 or 14327250. OLE color: 14327250.

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

Color convert

RGB210157218-
CMYK0.040.2800.15
HSL292.13º45.19%73.53%-
HSV(B)292.13º27.98%85.49%-
XYZ51.2942.8871.9-
YUV179.8149.56149.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=35.90%
G=26.84%
B=37.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101572180.040.2800.15292.1345.1973.53
HexD29DDA41C0F1242d4a
Octal32223533243401744455112
Binary11010010100111011101101010011100011111001001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DDA; }

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

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

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

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

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

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

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

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