#D091C2

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

Shades of Lilac #D091C2

Tints of Lilac #D091C2

Color information

#D091C2 (or 0xD091C2) is unknown color: approx Lilac. HEX triplet: D0, 91 and C2. RGB value is (208,145,194). Sum of RGB (Red+Green+Blue) = 208+145+194=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D091C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091C2 is #2F6E3D. Grayscale: #A9A9A9. Windows color (decimal): -3108414 or 12751312. OLE color: 12751312.

HSL color Cylindrical-coordinate representation of color #D091C2: hue angle of 313.33º 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 #D091C2 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208145194-
CMYK00.300.070.18
HSL313.33º40.13%69.22%-
HSV(B)313.33º30.29%81.57%-
XYZ45.8837.5655.87-
YUV169.42141.87155.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=38.03%
G=26.51%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814519400.300.070.18313.3340.1369.22
HexD091C201E7121392845
Octal32022130203672247150105
Binary110100001001000111000010011110111100101001110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091C2; }

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

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

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

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

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

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

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

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