#D49DC7

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

Shades of Lilac #D49DC7

Tints of Lilac #D49DC7

Color information

#D49DC7 (or 0xD49DC7) is unknown color: approx Lilac. HEX triplet: D4, 9D and C7. RGB value is (212,157,199). Sum of RGB (Red+Green+Blue) = 212+157+199=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DC7 is #2B6238. Grayscale: #B2B2B2. Windows color (decimal): -2843193 or 13082068. OLE color: 13082068.

HSL color Cylindrical-coordinate representation of color #D49DC7: hue angle of 314.18º 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 #D49DC7 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212157199-
CMYK00.260.060.17
HSL314.18º39.01%72.35%-
HSV(B)314.18º25.94%83.14%-
XYZ49.5242.2359.58-
YUV178.23139.72152.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=37.32%
G=27.64%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215719900.260.060.17314.1839.0172.35
HexD49DC701A61113a2748
Octal32423530703262147247110
Binary110101001001110111000111011010110100011001110101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DC7; }

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

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

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

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

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

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

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

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