#D097D0

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

Shades of Lilac #D097D0

Tints of Lilac #D097D0

Color information

#D097D0 (or 0xD097D0) is unknown color: approx Lilac. HEX triplet: D0, 97 and D0. RGB value is (208,151,208). Sum of RGB (Red+Green+Blue) = 208+151+208=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D097D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097D0 is #2F682F. Grayscale: #AEAEAE. Windows color (decimal): -3106864 or 13670352. OLE color: 13670352.

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

Color convert

RGB208151208-
CMYK00.2700.18
HSL300º37.75%70.39%-
HSV(B)300º27.4%81.57%-
XYZ48.4640.164.86-
YUV174.54146.88151.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=36.68%
G=26.63%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815120800.2700.1830037.7570.39
HexD097D001B01212c2646
Octal32022732003302245446106
Binary1101000010010111110100000110110100101001011001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097D0; }

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

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

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

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

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

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

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

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