#D091C3

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

Shades of Lilac #D091C3

Tints of Lilac #D091C3

Color information

#D091C3 (or 0xD091C3) is unknown color: approx Lilac. HEX triplet: D0, 91 and C3. RGB value is (208,145,195). Sum of RGB (Red+Green+Blue) = 208+145+195=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D091C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091C3 is #2F6E3C. Grayscale: #A9A9A9. Windows color (decimal): -3108413 or 12816848. OLE color: 12816848.

HSL color Cylindrical-coordinate representation of color #D091C3: hue angle of 312.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091C3 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208145195-
CMYK00.300.060.18
HSL312.38º40.13%69.22%-
HSV(B)312.38º30.29%81.57%-
XYZ45.9937.656.46-
YUV169.54142.37155.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=37.96%
G=26.46%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814519500.300.060.18312.3840.1369.22
HexD091C301E6121382845
Octal32022130303662247050105
Binary110100001001000111000011011110110100101001110001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091C3; }

 p { color: rgb(208,145,195); }

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

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

 a { background-color: rgb(208,145,195); }

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

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

 span { border-color: rgb(208,145,195); }

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