#D097CA

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

Shades of Lilac #D097CA

Tints of Lilac #D097CA

Color information

#D097CA (or 0xD097CA) is unknown color: approx Lilac. HEX triplet: D0, 97 and CA. RGB value is (208,151,202). Sum of RGB (Red+Green+Blue) = 208+151+202=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D097CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097CA is #2F6835. Grayscale: #ADADAD. Windows color (decimal): -3106870 or 13277136. OLE color: 13277136.

HSL color Cylindrical-coordinate representation of color #D097CA: hue angle of 306.32º 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 #D097CA is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208151202-
CMYK00.270.030.18
HSL306.32º37.75%70.39%-
HSV(B)306.32º27.4%81.57%-
XYZ47.7439.8161.04-
YUV173.86143.88152.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=37.08%
G=26.92%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815120200.270.030.18306.3237.7570.39
HexD097CA01B3121322646
Octal32022731203332246246106
Binary11010000100101111100101001101111100101001100101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097CA; }

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

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

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

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

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

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

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

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