#D185BB

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

Shades of Lily #D185BB

Tints of Lily #D185BB

Color information

#D185BB (or 0xD185BB) is unknown color: approx Lily. HEX triplet: D1, 85 and BB. RGB value is (209,133,187). Sum of RGB (Red+Green+Blue) = 209+133+187=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D185BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185BB is #2E7A44. Grayscale: #A1A1A1. Windows color (decimal): -3045957 or 12289489. OLE color: 12289489.

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

Color convert

RGB209133187-
CMYK00.360.110.18
HSL317.37º45.24%67.06%-
HSV(B)317.37º36.36%81.96%-
XYZ43.6533.9251.26-
YUV161.88142.18161.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=39.51%
G=25.14%
B=35.35%

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
Decimal20913318700.360.110.18317.3745.2467.06
HexD185BB024B1213d2d43
Octal321205273044132247555103
Binary11010001100001011011101101001001011100101001111011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185BB; }

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

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

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

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

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

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

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

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