#D091D3

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

Shades of Lilac #D091D3

Tints of Lilac #D091D3

Color information

#D091D3 (or 0xD091D3) is unknown color: approx Lilac. HEX triplet: D0, 91 and D3. RGB value is (208,145,211). Sum of RGB (Red+Green+Blue) = 208+145+211=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 211 - color contains mainly: blue. Hex color #D091D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091D3 is #2F6E2C. Grayscale: #ABABAB. Windows color (decimal): -3108397 or 13865424. OLE color: 13865424.

HSL color Cylindrical-coordinate representation of color #D091D3: hue angle of 297.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D091D3 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208145211-
CMYK0.010.3100.17
HSL297.27º42.86%69.8%-
HSV(B)297.27º31.28%82.75%-
XYZ47.938.3666.51-
YUV171.36150.37154.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 145 (57.03% from 255) = 25.71%
BLUE value IS 211 (82.81% from 255) = 37.41%
R=36.88%
G=25.71%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081452110.010.3100.17297.2742.8669.8
HexD091D311F0111292b46
Octal32022132313702145153106
Binary1101000010010001110100111111110100011001010011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091D3; }

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

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

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

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

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

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

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

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