#D096D3

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

Shades of Lilac #D096D3

Tints of Lilac #D096D3

Color information

#D096D3 (or 0xD096D3) is unknown color: approx Lilac. HEX triplet: D0, 96 and D3. RGB value is (208,150,211). Sum of RGB (Red+Green+Blue) = 208+150+211=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #D096D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096D3 is #2F692C. Grayscale: #AEAEAE. Windows color (decimal): -3107117 or 13866704. OLE color: 13866704.

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

Color convert

RGB208150211-
CMYK0.010.2900.17
HSL297.05º40.94%70.78%-
HSV(B)297.05º28.91%82.75%-
XYZ48.6839.9366.77-
YUV174.3148.72152.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=36.56%
G=26.36%
B=37.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081502110.010.2900.17297.0540.9470.78
HexD096D311D0111292947
Octal32022632313502145151107
Binary1101000010010110110100111111010100011001010011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096D3; }

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

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

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

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

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

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

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

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