#D085B9

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

Shades of Lily #D085B9

Tints of Lily #D085B9

Color information

#D085B9 (or 0xD085B9) is unknown color: approx Lily. HEX triplet: D0, 85 and B9. RGB value is (208,133,185). Sum of RGB (Red+Green+Blue) = 208+133+185=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D085B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085B9 is #2F7A46. Grayscale: #A1A1A1. Windows color (decimal): -3111495 or 12158416. OLE color: 12158416.

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

Color convert

RGB208133185-
CMYK00.360.110.18
HSL318.4º44.38%66.86%-
HSV(B)318.4º36.06%81.57%-
XYZ43.1633.6950.13-
YUV161.35141.35161.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=39.54%
G=25.29%
B=35.17%

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
Decimal20813318500.360.110.18318.444.3866.86
HexD085B9024B1213e2c43
Octal320205271044132247654103
Binary11010000100001011011100101001001011100101001111101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085B9; }

 p { color: rgb(208,133,185); }

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

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

 a { background-color: rgb(208,133,185); }

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

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

 span { border-color: rgb(208,133,185); }

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