#D093D1

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

Shades of Lilac #D093D1

Tints of Lilac #D093D1

Color information

#D093D1 (or 0xD093D1) is unknown color: approx Lilac. HEX triplet: D0, 93 and D1. RGB value is (208,147,209). Sum of RGB (Red+Green+Blue) = 208+147+209=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #D093D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093D1 is #2F6C2E. Grayscale: #ACACAC. Windows color (decimal): -3107887 or 13734864. OLE color: 13734864.

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

Color convert

RGB208147209-
CMYK0.000.3000.18
HSL299.03º40.26%69.8%-
HSV(B)299.03º29.67%81.96%-
XYZ47.9538.8865.3-
YUV172.31148.71153.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=36.88%
G=26.06%
B=37.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081472090.000.3000.18299.0340.2669.8
HexD093D101E01212b2846
Octal32022332103602245350106
Binary1101000010010011110100010111100100101001010111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093D1; }

 p { color: rgb(208,147,209); }

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

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

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

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

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

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

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