#D085B6

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

Shades of Lily #D085B6

Tints of Lily #D085B6

Color information

#D085B6 (or 0xD085B6) is unknown color: approx Lily. HEX triplet: D0, 85 and B6. RGB value is (208,133,182). Sum of RGB (Red+Green+Blue) = 208+133+182=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D085B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085B6 is #2F7A49. Grayscale: #A0A0A0. Windows color (decimal): -3111498 or 11961808. OLE color: 11961808.

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

Color convert

RGB208133182-
CMYK00.360.120.18
HSL320.8º44.38%66.86%-
HSV(B)320.8º36.06%81.57%-
XYZ42.8433.5648.48-
YUV161.01139.85161.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=39.77%
G=25.43%
B=34.80%

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
Decimal20813318200.360.120.18320.844.3866.86
HexD085B6024C121412c43
Octal320205266044142250154103
Binary11010000100001011011011001001001100100101010000011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085B6; }

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

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

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

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

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

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

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

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