#D091D0

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

Shades of Lilac #D091D0

Tints of Lilac #D091D0

Color information

#D091D0 (or 0xD091D0) is unknown color: approx Lilac. HEX triplet: D0, 91 and D0. RGB value is (208,145,208). Sum of RGB (Red+Green+Blue) = 208+145+208=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D091D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091D0 is #2F6E2F. Grayscale: #AAAAAA. Windows color (decimal): -3108400 or 13668816. OLE color: 13668816.

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

Color convert

RGB208145208-
CMYK00.3000.18
HSL300º40.13%69.22%-
HSV(B)300º30.29%81.57%-
XYZ47.5238.2164.55-
YUV171.02148.87154.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=37.08%
G=25.85%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814520800.3000.1830040.1369.22
HexD091D001E01212c2845
Octal32022132003602245450105
Binary1101000010010001110100000111100100101001011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091D0; }

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

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

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

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

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

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

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

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