#D197CA

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

Shades of Lilac #D197CA

Tints of Lilac #D197CA

Color information

#D197CA (or 0xD197CA) is unknown color: approx Lilac. HEX triplet: D1, 97 and CA. RGB value is (209,151,202). Sum of RGB (Red+Green+Blue) = 209+151+202=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D197CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197CA is #2E6835. Grayscale: #AEAEAE. Windows color (decimal): -3041334 or 13277137. OLE color: 13277137.

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

Color convert

RGB209151202-
CMYK00.280.030.18
HSL307.24º38.67%70.59%-
HSV(B)307.24º27.75%81.96%-
XYZ48.0239.9561.06-
YUV174.16143.72152.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=37.19%
G=26.87%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915120200.280.030.18307.2438.6770.59
HexD197CA01C3121332747
Octal32122731203432246347107
Binary11010001100101111100101001110011100101001100111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197CA; }

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

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

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

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

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

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

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

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