#D085B1

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

Shades of Lily #D085B1

Tints of Lily #D085B1

Color information

#D085B1 (or 0xD085B1) is unknown color: approx Lily. HEX triplet: D0, 85 and B1. RGB value is (208,133,177). Sum of RGB (Red+Green+Blue) = 208+133+177=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D085B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085B1 is #2F7A4E. Grayscale: #A0A0A0. Windows color (decimal): -3111503 or 11634128. OLE color: 11634128.

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

Color convert

RGB208133177-
CMYK00.360.150.18
HSL324.8º44.38%66.86%-
HSV(B)324.8º36.06%81.57%-
XYZ42.3433.3645.8-
YUV160.44137.35161.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=40.15%
G=25.68%
B=34.17%

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
Decimal20813317700.360.150.18324.844.3866.86
HexD085B1024F121452c43
Octal320205261044172250554103
Binary11010000100001011011000101001001111100101010001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085B1; }

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

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

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

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

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

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

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

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