#D198C1

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

Shades of Lily #D198C1

Tints of Lily #D198C1

Color information

#D198C1 (or 0xD198C1) is unknown color: approx Lily. HEX triplet: D1, 98 and C1. RGB value is (209,152,193). Sum of RGB (Red+Green+Blue) = 209+152+193=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D198C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198C1 is #2E673E. Grayscale: #ADADAD. Windows color (decimal): -3041087 or 12687569. OLE color: 12687569.

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

Color convert

RGB209152193-
CMYK00.270.080.18
HSL316.84º38.26%70.78%-
HSV(B)316.84º27.27%81.96%-
XYZ47.1539.8655.66-
YUV173.72138.88153.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=37.73%
G=27.44%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915219300.270.080.18316.8438.2670.78
HexD198C101B81213d2647
Octal321230301033102247546107
Binary1101000110011000110000010110111000100101001111011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198C1; }

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

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

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

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

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

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

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

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