#D49DC9

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

Shades of Lilac #D49DC9

Tints of Lilac #D49DC9

Color information

#D49DC9 (or 0xD49DC9) is unknown color: approx Lilac. HEX triplet: D4, 9D and C9. RGB value is (212,157,201). Sum of RGB (Red+Green+Blue) = 212+157+201=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DC9 is #2B6236. Grayscale: #B2B2B2. Windows color (decimal): -2843191 or 13213140. OLE color: 13213140.

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

Color convert

RGB212157201-
CMYK00.260.050.17
HSL312º39.01%72.35%-
HSV(B)312º25.94%83.14%-
XYZ49.7542.3360.81-
YUV178.46140.72151.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=37.19%
G=27.54%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215720100.260.050.1731239.0172.35
HexD49DC901A5111382748
Octal32423531103252147047110
Binary110101001001110111001001011010101100011001110001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DC9; }

 p { color: rgb(212,157,201); }

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

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

 a { background-color: rgb(212,157,201); }

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

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

 span { border-color: rgb(212,157,201); }

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