#D49FD0

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

Shades of Lilac #D49FD0

Tints of Lilac #D49FD0

Color information

#D49FD0 (or 0xD49FD0) is unknown color: approx Lilac. HEX triplet: D4, 9F and D0. RGB value is (212,159,208). Sum of RGB (Red+Green+Blue) = 212+159+208=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FD0 is #2B602F. Grayscale: #B4B4B4. Windows color (decimal): -2842672 or 13672404. OLE color: 13672404.

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

Color convert

RGB212159208-
CMYK00.250.020.17
HSL304.53º38.13%72.75%-
HSV(B)304.53º25%83.14%-
XYZ50.9343.3565.36-
YUV180.43143.56150.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=36.61%
G=27.46%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215920800.250.020.17304.5338.1372.75
HexD49FD00192111312649
Octal32423732003122146146111
Binary11010100100111111101000001100110100011001100011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FD0; }

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

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

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

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

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

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

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

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