#D185BA

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

Shades of Lily #D185BA

Tints of Lily #D185BA

Color information

#D185BA (or 0xD185BA) is unknown color: approx Lily. HEX triplet: D1, 85 and BA. RGB value is (209,133,186). Sum of RGB (Red+Green+Blue) = 209+133+186=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D185BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185BA is #2E7A45. Grayscale: #A1A1A1. Windows color (decimal): -3045958 or 12223953. OLE color: 12223953.

HSL color Cylindrical-coordinate representation of color #D185BA: hue angle of 318.16º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D185BA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209133186-
CMYK00.360.110.18
HSL318.16º45.24%67.06%-
HSV(B)318.16º36.36%81.96%-
XYZ43.5433.8850.7-
YUV161.77141.68161.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=39.58%
G=25.19%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913318600.360.110.18318.1645.2467.06
HexD185BA024B1213e2d43
Octal321205272044132247655103
Binary11010001100001011011101001001001011100101001111101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185BA; }

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

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

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

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

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

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

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

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