#D29FDA

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

Shades of Plum #D29FDA

Tints of Plum #D29FDA

Color information

#D29FDA (or 0xD29FDA) is unknown color: approx Plum. HEX triplet: D2, 9F and DA. RGB value is (210,159,218). Sum of RGB (Red+Green+Blue) = 210+159+218=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDA is #2D6025. Grayscale: #B4B4B4. Windows color (decimal): -2973734 or 14327762. OLE color: 14327762.

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

Color convert

RGB210159218-
CMYK0.040.2700.15
HSL291.86º44.36%73.92%-
HSV(B)291.86º27.06%85.49%-
XYZ51.6343.5672.02-
YUV180.98148.9148.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=35.78%
G=27.09%
B=37.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101592180.040.2700.15291.8644.3673.92
HexD29FDA41B0F1242c4a
Octal32223733243301744454112
Binary11010010100111111101101010011011011111001001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FDA; }

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

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

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

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

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

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

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

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