#D29BDB

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

Shades of Plum #D29BDB

Tints of Plum #D29BDB

Color information

#D29BDB (or 0xD29BDB) is unknown color: approx Plum. HEX triplet: D2, 9B and DB. RGB value is (210,155,219). Sum of RGB (Red+Green+Blue) = 210+155+219=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDB is #2D6424. Grayscale: #B2B2B2. Windows color (decimal): -2974757 or 14392274. OLE color: 14392274.

HSL color Cylindrical-coordinate representation of color #D29BDB: hue angle of 291.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29BDB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210155219-
CMYK0.040.2900.14
HSL291.56º47.06%73.33%-
HSV(B)291.56º29.22%85.88%-
XYZ51.0942.2672.48-
YUV178.74150.72150.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=35.96%
G=26.54%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101552190.040.2900.14291.5647.0673.33
HexD29BDB41D0E1242f49
Octal32223333343501644457111
Binary11010010100110111101101110011101011101001001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BDB; }

 p { color: rgb(210,155,219); }

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

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

 a { background-color: rgb(210,155,219); }

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

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

 span { border-color: rgb(210,155,219); }

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