#D491CB

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

Shades of Lilac #D491CB

Tints of Lilac #D491CB

Color information

#D491CB (or 0xD491CB) is unknown color: approx Lilac. HEX triplet: D4, 91 and CB. RGB value is (212,145,203). Sum of RGB (Red+Green+Blue) = 212+145+203=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D491CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491CB is #2B6E34. Grayscale: #ABABAB. Windows color (decimal): -2846261 or 13341140. OLE color: 13341140.

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

Color convert

RGB212145203-
CMYK00.320.040.17
HSL308.06º43.79%70%-
HSV(B)308.06º31.6%83.14%-
XYZ48.0638.5661.41-
YUV171.64145.7156.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=37.86%
G=25.89%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214520300.320.040.17308.0643.7970
HexD491CB0204111342c46
Octal32422131304042146454106
Binary1101010010010001110010110100000100100011001101001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491CB; }

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

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

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

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

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

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

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

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