#D197BA

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

Shades of Lily #D197BA

Tints of Lily #D197BA

Color information

#D197BA (or 0xD197BA) is unknown color: approx Lily. HEX triplet: D1, 97 and BA. RGB value is (209,151,186). Sum of RGB (Red+Green+Blue) = 209+151+186=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D197BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197BA is #2E6845. Grayscale: #ACACAC. Windows color (decimal): -3041350 or 12228561. OLE color: 12228561.

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

Color convert

RGB209151186-
CMYK00.280.110.18
HSL323.79º38.67%70.59%-
HSV(B)323.79º27.75%81.96%-
XYZ46.2239.2351.59-
YUV172.33135.72154.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=38.28%
G=27.66%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915118600.280.110.18323.7938.6770.59
HexD197BA01CB121442747
Octal321227272034132250447107
Binary1101000110010111101110100111001011100101010001001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197BA; }

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

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

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

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

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

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

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

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