Html Css Color HEX #D49AD0 Lilac

📋 copy color: '#D49AD0'

red 212 ◦ green 154 ◦ blue 208

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

Shades of Lilac #D49AD0

Tints of Lilac #D49AD0

RGB

 RED value IS 212 (83.2% from 255) = 36.93%

 GREEN value IS 154 (60.55% from 255) = 26.83%

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 36.93%
G = 26.83%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D49AD0 (or 0xD49AD0) is known color: Lilac. HEX triplet: D4, 9A and D0. RGB value is (212,154,208). Sum of RGB (Red+Green+Blue) = 212+154+208=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AD0 is #2B652F. Grayscale: #B1B1B1. Windows color (decimal): -2843952 or 13671124. OLE color: 13671124.

HSL color Cylindrical-coordinate representation of color #D49AD0: hue angle of 304.14º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AD0 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 208 -
CMYK 0 0.27 0.02 0.17
HSL 304.14º 0.4% 0.72% -
HSV(B) 304.14º 0.27% 0.83% -
XYZ 50.09 41.66 65.08 -
YUV 177.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 212 154 208 0 0.27 0.02 0.17 304.14 0.4 0.72
Hex D4 9A D0 0 1B 2 11 130 28 48
Octal 324 232 320 0 33 2 21 460 50 110
Binary 11010100 10011010 11010000 0 11011 10 10001 100110000 101000 1001000

Color Harmonies of #D49AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AD0

Black with #D49AD0

Text Example


Text Example

White with #D49AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AD0; }

 p { color: rgb(212,154,208); }

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

background-color css

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

 a { background-color: rgb(212,154,208); }

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

border-color css

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

 span { border-color: rgb(212,154,208); }

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