#D196BF

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

Shades of Lily #D196BF

Tints of Lily #D196BF

Color information

#D196BF (or 0xD196BF) is unknown color: approx Lily. HEX triplet: D1, 96 and BF. RGB value is (209,150,191). Sum of RGB (Red+Green+Blue) = 209+150+191=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D196BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196BF is #2E6940. Grayscale: #ACACAC. Windows color (decimal): -3041601 or 12555985. OLE color: 12555985.

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

Color convert

RGB209150191-
CMYK00.280.090.18
HSL318.31º39.07%70.39%-
HSV(B)318.31º28.23%81.96%-
XYZ46.639.1354.39-
YUV172.32138.55154.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 191 (75% from 255) = 34.73%
R=38%
G=27.27%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915019100.280.090.18318.3139.0770.39
HexD196BF01C91213e2746
Octal321226277034112247647106
Binary1101000110010110101111110111001001100101001111101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196BF; }

 p { color: rgb(209,150,191); }

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

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

 a { background-color: rgb(209,150,191); }

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

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

 span { border-color: rgb(209,150,191); }

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