#D197C1

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

Shades of Lily #D197C1

Tints of Lily #D197C1

Color information

#D197C1 (or 0xD197C1) is unknown color: approx Lily. HEX triplet: D1, 97 and C1. RGB value is (209,151,193). Sum of RGB (Red+Green+Blue) = 209+151+193=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D197C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197C1 is #2E683E. Grayscale: #ADADAD. Windows color (decimal): -3041343 or 12687313. OLE color: 12687313.

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

Color convert

RGB209151193-
CMYK00.280.080.18
HSL316.55º38.67%70.59%-
HSV(B)316.55º27.75%81.96%-
XYZ46.9939.5455.61-
YUV173.13139.22153.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=37.79%
G=27.31%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915119300.280.080.18316.5538.6770.59
HexD197C101C81213d2747
Octal321227301034102247547107
Binary1101000110010111110000010111001000100101001111011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197C1; }

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

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

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

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

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

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

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

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