#D29AD5

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

Shades of Plum #D29AD5

Tints of Plum #D29AD5

Color information

#D29AD5 (or 0xD29AD5) is unknown color: approx Plum. HEX triplet: D2, 9A and D5. RGB value is (210,154,213). Sum of RGB (Red+Green+Blue) = 210+154+213=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #D29AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AD5 is #2D652A. Grayscale: #B1B1B1. Windows color (decimal): -2975019 or 13998802. OLE color: 13998802.

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

Color convert

RGB210154213-
CMYK0.010.2800.16
HSL296.95º41.26%71.96%-
HSV(B)296.95º27.7%83.53%-
XYZ50.1441.6268.34-
YUV177.47148.05151.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=36.40%
G=26.69%
B=36.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101542130.010.2800.16296.9541.2671.96
HexD29AD511C0101292948
Octal32223232513402045151110
Binary1101001010011010110101011111000100001001010011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AD5; }

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

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

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

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

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

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

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

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