#D180BB

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

Shades of Lily #D180BB

Tints of Lily #D180BB

Color information

#D180BB (or 0xD180BB) is unknown color: approx Lily. HEX triplet: D1, 80 and BB. RGB value is (209,128,187). Sum of RGB (Red+Green+Blue) = 209+128+187=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D180BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180BB is #2E7F44. Grayscale: #9E9E9E. Windows color (decimal): -3047237 or 12288209. OLE color: 12288209.

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

Color convert

RGB209128187-
CMYK00.390.110.18
HSL316.3º46.82%66.08%-
HSV(B)316.3º38.76%81.96%-
XYZ42.9832.5851.04-
YUV158.95143.84163.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=39.89%
G=24.43%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912818700.390.110.18316.346.8266.08
HexD180BB027B1213c2f42
Octal321200273047132247457102
Binary11010001100000001011101101001111011100101001111001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180BB; }

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

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

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

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

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

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

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

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