#D29AD2

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

Shades of Lilac #D29AD2

Tints of Lilac #D29AD2

Color information

#D29AD2 (or 0xD29AD2) is unknown color: approx Lilac. HEX triplet: D2, 9A and D2. RGB value is (210,154,210). Sum of RGB (Red+Green+Blue) = 210+154+210=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D29AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AD2 is #2D652D. Grayscale: #B0B0B0. Windows color (decimal): -2975022 or 13802194. OLE color: 13802194.

HSL color Cylindrical-coordinate representation of color #D29AD2: hue angle of 300º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AD2 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB210154210-
CMYK00.2700.18
HSL300º38.36%71.37%-
HSV(B)300º26.67%82.35%-
XYZ49.7741.4766.35-
YUV177.13146.55151.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=36.59%
G=26.83%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015421000.2700.1830038.3671.37
HexD29AD201B01212c2647
Octal32223232203302245446107
Binary1101001010011010110100100110110100101001011001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AD2; }

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

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

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

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

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

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

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

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