#D086B6

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

Shades of Lily #D086B6

Tints of Lily #D086B6

Color information

#D086B6 (or 0xD086B6) is unknown color: approx Lily. HEX triplet: D0, 86 and B6. RGB value is (208,134,182). Sum of RGB (Red+Green+Blue) = 208+134+182=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D086B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086B6 is #2F7949. Grayscale: #A1A1A1. Windows color (decimal): -3111242 or 11962064. OLE color: 11962064.

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

Color convert

RGB208134182-
CMYK00.360.120.18
HSL321.08º44.05%67.06%-
HSV(B)321.08º35.58%81.57%-
XYZ42.9833.8448.52-
YUV161.6139.52161.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=39.69%
G=25.57%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813418200.360.120.18321.0844.0567.06
HexD086B6024C121412c43
Octal320206266044142250154103
Binary11010000100001101011011001001001100100101010000011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086B6; }

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

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

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

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

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

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

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

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