Html Css Color HEX #DA9ACA Lilac

📋 copy color: '#DA9ACA'

red 218 ◦ green 154 ◦ blue 202

#DA9ACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #DA9ACA

Tints of Lilac #DA9ACA

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.3% from 255) = 35.19%

R = 37.98%
G = 26.83%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA9ACA (or 0xDA9ACA) is known color: 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

RGB 218 154 202 -
CMYK 0 0.29 0.07 0.15
HSL 315º 0.46% 0.73% -
HSV(B) 315º 0.29% 0.85% -
XYZ 51.13 42.28 61.34 -
YUV 178.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 218 154 202 0 0.29 0.07 0.15 315 0.46 0.73
Hex DA 9A CA 0 1D 7 F 13B 2E 49
Octal 332 232 312 0 35 7 17 473 56 111
Binary 11011010 10011010 11001010 0 11101 111 1111 100111011 101110 1001001

Color Harmonies of #DA9ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9ACA

Black with #DA9ACA

Text Example


Text Example

White with #DA9ACA

Text Example


Text Example

HTML Codes & Css Web 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>