#DA9ACA

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

Shades of Lilac #DA9ACA

Tints of Lilac #DA9ACA

Color information

#DA9ACA (or 0xDA9ACA) is unknown color: approx Lilac. HEX triplet: DA, 9A and CA. RGB value is (218,154,202). Sum of RGB (Red+Green+Blue) = 218+154+202=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACA is #256535. Grayscale: #B2B2B2. Windows color (decimal): -2450742 or 13277914. OLE color: 13277914.

HSL color Cylindrical-coordinate representation of color #DA9ACA: hue angle of 315º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9ACA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218154202-
CMYK00.290.070.15
HSL315º46.38%72.94%-
HSV(B)315º29.36%85.49%-
XYZ51.1342.2861.34-
YUV178.61141.2156.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=37.98%
G=26.83%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815420200.290.070.1531546.3872.94
HexDA9ACA01D7F13b2e49
Octal33223231203571747356111
Binary11011010100110101100101001110111111111001110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ACA; }

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

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

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

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

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

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

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

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