#D29DD5

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

Shades of Plum #D29DD5

Tints of Plum #D29DD5

Color information

#D29DD5 (or 0xD29DD5) is unknown color: approx Plum. HEX triplet: D2, 9D and D5. RGB value is (210,157,213). Sum of RGB (Red+Green+Blue) = 210+157+213=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #D29DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DD5 is #2D622A. Grayscale: #B3B3B3. Windows color (decimal): -2974251 or 13999570. OLE color: 13999570.

HSL color Cylindrical-coordinate representation of color #D29DD5: hue angle of 296.79º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29DD5 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210157213-
CMYK0.010.2600.16
HSL296.79º40%72.55%-
HSV(B)296.79º26.29%83.53%-
XYZ50.6542.6268.51-
YUV179.23147.06149.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=36.21%
G=27.07%
B=36.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101572130.010.2600.16296.794072.55
HexD29DD511A0101292849
Octal32223532513202045150111
Binary1101001010011101110101011110100100001001010011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DD5; }

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

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

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

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

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

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

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

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