#D096C3

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

Shades of Lilac #D096C3

Tints of Lilac #D096C3

Color information

#D096C3 (or 0xD096C3) is unknown color: approx Lilac. HEX triplet: D0, 96 and C3. RGB value is (208,150,195). Sum of RGB (Red+Green+Blue) = 208+150+195=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D096C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096C3 is #2F693C. Grayscale: #ACACAC. Windows color (decimal): -3107133 or 12818128. OLE color: 12818128.

HSL color Cylindrical-coordinate representation of color #D096C3: hue angle of 313.45º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096C3 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208150195-
CMYK00.280.060.18
HSL313.45º38.16%70.2%-
HSV(B)313.45º27.88%81.57%-
XYZ46.7739.1656.72-
YUV172.47140.72153.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=37.61%
G=27.12%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815019500.280.060.18313.4538.1670.2
HexD096C301C6121392646
Octal32022630303462247146106
Binary110100001001011011000011011100110100101001110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096C3; }

 p { color: rgb(208,150,195); }

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

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

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

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

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

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

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