#D085B0

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

Shades of Lily #D085B0

Tints of Lily #D085B0

Color information

#D085B0 (or 0xD085B0) is unknown color: approx Lily. HEX triplet: D0, 85 and B0. RGB value is (208,133,176). Sum of RGB (Red+Green+Blue) = 208+133+176=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D085B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085B0 is #2F7A4F. Grayscale: #A0A0A0. Windows color (decimal): -3111504 or 11568592. OLE color: 11568592.

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

Color convert

RGB208133176-
CMYK00.360.150.18
HSL325.6º44.38%66.86%-
HSV(B)325.6º36.06%81.57%-
XYZ42.2433.3245.28-
YUV160.33136.85162-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=40.23%
G=25.73%
B=34.04%

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
Decimal20813317600.360.150.18325.644.3866.86
HexD085B0024F121462c43
Octal320205260044172250654103
Binary11010000100001011011000001001001111100101010001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085B0; }

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

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

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

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

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

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

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

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