#D59ACA

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

Shades of Lilac #D59ACA

Tints of Lilac #D59ACA

Color information

#D59ACA (or 0xD59ACA) is unknown color: approx Lilac. HEX triplet: D5, 9A and CA. RGB value is (213,154,202). Sum of RGB (Red+Green+Blue) = 213+154+202=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ACA is #2A6535. Grayscale: #B0B0B0. Windows color (decimal): -2778422 or 13277909. OLE color: 13277909.

HSL color Cylindrical-coordinate representation of color #D59ACA: hue angle of 311.19º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59ACA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213154202-
CMYK00.280.050.16
HSL311.19º41.26%71.96%-
HSV(B)311.19º27.7%83.53%-
XYZ49.6641.5261.27-
YUV177.11142.05153.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=37.43%
G=27.07%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315420200.280.050.16311.1941.2671.96
HexD59ACA01C5101372948
Octal32523231203452046751110
Binary110101011001101011001010011100101100001001101111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59ACA; }

 p { color: rgb(213,154,202); }

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

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

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

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

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

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

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