#D085BC

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

Shades of Lily #D085BC

Tints of Lily #D085BC

Color information

#D085BC (or 0xD085BC) is unknown color: approx Lily. HEX triplet: D0, 85 and BC. RGB value is (208,133,188). Sum of RGB (Red+Green+Blue) = 208+133+188=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D085BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085BC is #2F7A43. Grayscale: #A1A1A1. Windows color (decimal): -3111492 or 12355024. OLE color: 12355024.

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

Color convert

RGB208133188-
CMYK00.360.100.18
HSL316º44.38%66.86%-
HSV(B)316º36.06%81.57%-
XYZ43.4833.8251.81-
YUV161.7142.85161.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=39.32%
G=25.14%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813318800.360.100.1831644.3866.86
HexD085BC024A1213c2c43
Octal320205274044122247454103
Binary11010000100001011011110001001001010100101001111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085BC; }

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

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

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

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

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

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

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

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