Html Css Color HEX #DA9BCA Lilac

📋 copy color: '#DA9BCA'

red 218 ◦ green 155 ◦ blue 202

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

Shades of Lilac #DA9BCA

Tints of Lilac #DA9BCA

RGB

 RED value IS 218 (85.55% from 255) = 37.91%

 GREEN value IS 155 (60.94% from 255) = 26.96%

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 37.91%
G = 26.96%
B = 35.13%

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

#DA9BCA (or 0xDA9BCA) is known color: Lilac. HEX triplet: DA, 9B and CA. RGB value is (218,155,202). Sum of RGB (Red+Green+Blue) = 218+155+202=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BCA is #256435. Grayscale: #B3B3B3. Windows color (decimal): -2450486 or 13278170. OLE color: 13278170.

HSL color Cylindrical-coordinate representation of color #DA9BCA: hue angle of 315.24º 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 #DA9BCA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 155 202 -
CMYK 0 0.29 0.07 0.15
HSL 315.24º 0.46% 0.73% -
HSV(B) 315.24º 0.29% 0.85% -
XYZ 51.3 42.61 61.4 -
YUV 179.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 218 155 202 0 0.29 0.07 0.15 315.24 0.46 0.73
Hex DA 9B CA 0 1D 7 F 13B 2E 49
Octal 332 233 312 0 35 7 17 473 56 111
Binary 11011010 10011011 11001010 0 11101 111 1111 100111011 101110 1001001

Color Harmonies of #DA9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9BCA

Black with #DA9BCA

Text Example


Text Example

White with #DA9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9BCA; }

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

 H1.HeaderClassName
 {
   color: #DA9BCA;
 }
 .AnyTagClassName
 {
   color: #DA9BCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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