#D086B0

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

Shades of Lily #D086B0

Tints of Lily #D086B0

Color information

#D086B0 (or 0xD086B0) is unknown color: approx Lily. HEX triplet: D0, 86 and B0. RGB value is (208,134,176). Sum of RGB (Red+Green+Blue) = 208+134+176=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D086B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D086B0 is #2F794F. Grayscale: #A0A0A0. Windows color (decimal): -3111248 or 11568848. OLE color: 11568848.

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

Color convert

RGB208134176-
CMYK00.360.150.18
HSL325.95º44.05%67.06%-
HSV(B)325.95º35.58%81.57%-
XYZ42.3733.5945.33-
YUV160.91136.52161.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=40.15%
G=25.87%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813417600.360.150.18325.9544.0567.06
HexD086B0024F121462c43
Octal320206260044172250654103
Binary11010000100001101011000001001001111100101010001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086B0; }

 p { color: rgb(208,134,176); }

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

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

 a { background-color: rgb(208,134,176); }

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

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

 span { border-color: rgb(208,134,176); }

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