#D29ADB

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

Shades of Plum #D29ADB

Tints of Plum #D29ADB

Color information

#D29ADB (or 0xD29ADB) is unknown color: approx Plum. HEX triplet: D2, 9A and DB. RGB value is (210,154,219). Sum of RGB (Red+Green+Blue) = 210+154+219=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADB is #2D6524. Grayscale: #B1B1B1. Windows color (decimal): -2975013 or 14392018. OLE color: 14392018.

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

Color convert

RGB210154219-
CMYK0.040.3000.14
HSL291.69º47.45%73.14%-
HSV(B)291.69º29.68%85.88%-
XYZ50.9241.9372.43-
YUV178.15151.05150.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=36.02%
G=26.42%
B=37.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101542190.040.3000.14291.6947.4573.14
HexD29ADB41E0E1242f49
Octal32223233343601644457111
Binary11010010100110101101101110011110011101001001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ADB; }

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

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

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

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

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

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

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

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