#D491CD

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

Shades of Lilac #D491CD

Tints of Lilac #D491CD

Color information

#D491CD (or 0xD491CD) is unknown color: approx Lilac. HEX triplet: D4, 91 and CD. RGB value is (212,145,205). Sum of RGB (Red+Green+Blue) = 212+145+205=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D491CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491CD is #2B6E32. Grayscale: #ABABAB. Windows color (decimal): -2846259 or 13472212. OLE color: 13472212.

HSL color Cylindrical-coordinate representation of color #D491CD: hue angle of 306.27º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D491CD is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212145205-
CMYK00.320.030.17
HSL306.27º43.79%70%-
HSV(B)306.27º31.6%83.14%-
XYZ48.338.6662.67-
YUV171.87146.7156.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=37.72%
G=25.80%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214520500.320.030.17306.2743.7970
HexD491CD0203111322c46
Octal32422131504032146254106
Binary110101001001000111001101010000011100011001100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491CD; }

 p { color: rgb(212,145,205); }

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

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

 a { background-color: rgb(212,145,205); }

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

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

 span { border-color: rgb(212,145,205); }

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