#D29CD9

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

Shades of Plum #D29CD9

Tints of Plum #D29CD9

Color information

#D29CD9 (or 0xD29CD9) is unknown color: approx Plum. HEX triplet: D2, 9C and D9. RGB value is (210,156,217). Sum of RGB (Red+Green+Blue) = 210+156+217=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #D29CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CD9 is #2D6326. Grayscale: #B2B2B2. Windows color (decimal): -2974503 or 14261458. OLE color: 14261458.

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

Color convert

RGB210156217-
CMYK0.030.2800.15
HSL293.11º44.53%73.14%-
HSV(B)293.11º28.11%85.1%-
XYZ50.9942.4971.16-
YUV179.1149.39150.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=36.02%
G=26.76%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101562170.030.2800.15293.1144.5373.14
HexD29CD931C0F1252d49
Octal32223433133401744555111
Binary1101001010011100110110011111100011111001001011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CD9; }

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

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

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

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

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

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

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

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