#D49FC7

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

Shades of Lilac #D49FC7

Tints of Lilac #D49FC7

Color information

#D49FC7 (or 0xD49FC7) is unknown color: approx Lilac. HEX triplet: D4, 9F and C7. RGB value is (212,159,199). Sum of RGB (Red+Green+Blue) = 212+159+199=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FC7 is #2B6038. Grayscale: #B3B3B3. Windows color (decimal): -2842681 or 13082580. OLE color: 13082580.

HSL color Cylindrical-coordinate representation of color #D49FC7: hue angle of 314.72º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FC7 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212159199-
CMYK00.250.060.17
HSL314.72º38.13%72.75%-
HSV(B)314.72º25%83.14%-
XYZ49.8642.9259.69-
YUV179.41139.06151.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=37.19%
G=27.89%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215919900.250.060.17314.7238.1372.75
HexD49FC701961113b2649
Octal32423730703162147346111
Binary110101001001111111000111011001110100011001110111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FC7; }

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

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

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

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

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

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

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

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