#D29EDB

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

Shades of Plum #D29EDB

Tints of Plum #D29EDB

Color information

#D29EDB (or 0xD29EDB) is unknown color: approx Plum. HEX triplet: D2, 9E and DB. RGB value is (210,158,219). Sum of RGB (Red+Green+Blue) = 210+158+219=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EDB is #2D6124. Grayscale: #B4B4B4. Windows color (decimal): -2973989 or 14393042. OLE color: 14393042.

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

Color convert

RGB210158219-
CMYK0.040.2800.14
HSL291.15º45.86%73.92%-
HSV(B)291.15º27.85%85.88%-
XYZ51.5943.2772.65-
YUV180.5149.73149.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=35.78%
G=26.92%
B=37.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101582190.040.2800.14291.1545.8673.92
HexD29EDB41C0E1232e4a
Octal32223633343401644356112
Binary11010010100111101101101110011100011101001000111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EDB; }

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

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

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

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

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

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

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

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