#D5A2D0

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

Shades of Lilac #D5A2D0

Tints of Lilac #D5A2D0

Color information

#D5A2D0 (or 0xD5A2D0) is unknown color: approx Lilac. HEX triplet: D5, A2 and D0. RGB value is (213,162,208). Sum of RGB (Red+Green+Blue) = 213+162+208=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2D0 is #2A5D2F. Grayscale: #B6B6B6. Windows color (decimal): -2776368 or 13673173. OLE color: 13673173.

HSL color Cylindrical-coordinate representation of color #D5A2D0: hue angle of 305.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2D0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213162208-
CMYK00.240.020.16
HSL305.88º37.78%73.53%-
HSV(B)305.88º23.94%83.53%-
XYZ51.7544.5465.54-
YUV182.49142.4149.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=36.54%
G=27.79%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316220800.240.020.16305.8837.7873.53
HexD5A2D0018210132264a
Octal32524232003022046246112
Binary11010101101000101101000001100010100001001100101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2D0; }

 p { color: rgb(213,162,208); }

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

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

 a { background-color: rgb(213,162,208); }

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

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

 span { border-color: rgb(213,162,208); }

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