#D091C6

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

Shades of Lilac #D091C6

Tints of Lilac #D091C6

Color information

#D091C6 (or 0xD091C6) is unknown color: approx Lilac. HEX triplet: D0, 91 and C6. RGB value is (208,145,198). Sum of RGB (Red+Green+Blue) = 208+145+198=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D091C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091C6 is #2F6E39. Grayscale: #A9A9A9. Windows color (decimal): -3108410 or 13013456. OLE color: 13013456.

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

Color convert

RGB208145198-
CMYK00.300.050.18
HSL309.52º40.13%69.22%-
HSV(B)309.52º30.29%81.57%-
XYZ46.3337.7458.27-
YUV169.88143.87155.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=37.75%
G=26.32%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814519800.300.050.18309.5240.1369.22
HexD091C601E5121362845
Octal32022130603652246650105
Binary110100001001000111000110011110101100101001101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091C6; }

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

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

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

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

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

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

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

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