#D3A5D1

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

Shades of Lilac #D3A5D1

Tints of Lilac #D3A5D1

Color information

#D3A5D1 (or 0xD3A5D1) is unknown color: approx Lilac. HEX triplet: D3, A5 and D1. RGB value is (211,165,209). Sum of RGB (Red+Green+Blue) = 211+165+209=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A5D1 is #2C5A2E. Grayscale: #B7B7B7. Windows color (decimal): -2906671 or 13739475. OLE color: 13739475.

HSL color Cylindrical-coordinate representation of color #D3A5D1: hue angle of 302.61º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A5D1 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211165209-
CMYK00.220.010.17
HSL302.61º34.33%73.73%-
HSV(B)302.61º21.8%82.75%-
XYZ51.8345.3666.35-
YUV183.77142.24147.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=36.07%
G=28.21%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116520900.220.010.17302.6134.3373.73
HexD3A5D101611112f224a
Octal32324532102612145742112
Binary1101001110100101110100010101101100011001011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A5D1; }

 p { color: rgb(211,165,209); }

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

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

 a { background-color: rgb(211,165,209); }

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

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

 span { border-color: rgb(211,165,209); }

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