#D198B4

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

Shades of Lily #D198B4

Tints of Lily #D198B4

Color information

#D198B4 (or 0xD198B4) is unknown color: approx Lily. HEX triplet: D1, 98 and B4. RGB value is (209,152,180). Sum of RGB (Red+Green+Blue) = 209+152+180=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D198B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198B4 is #2E674B. Grayscale: #ACACAC. Windows color (decimal): -3041100 or 11835601. OLE color: 11835601.

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

Color convert

RGB209152180-
CMYK00.270.140.18
HSL330.53º38.26%70.78%-
HSV(B)330.53º27.27%81.96%-
XYZ45.7639.3148.36-
YUV172.24132.38154.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=38.63%
G=28.10%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915218000.270.140.18330.5338.2670.78
HexD198B401BE1214b2647
Octal321230264033162251346107
Binary1101000110011000101101000110111110100101010010111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198B4; }

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

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

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

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

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

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

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

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