#D087B1

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

Shades of Lily #D087B1

Tints of Lily #D087B1

Color information

#D087B1 (or 0xD087B1) is unknown color: approx Lily. HEX triplet: D0, 87 and B1. RGB value is (208,135,177). Sum of RGB (Red+Green+Blue) = 208+135+177=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D087B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087B1 is #2F784E. Grayscale: #A1A1A1. Windows color (decimal): -3110991 or 11634640. OLE color: 11634640.

HSL color Cylindrical-coordinate representation of color #D087B1: hue angle of 325.48º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087B1 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208135177-
CMYK00.350.150.18
HSL325.48º43.71%67.25%-
HSV(B)325.48º35.1%81.57%-
XYZ42.6133.9145.89-
YUV161.61136.68161.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=40%
G=25.96%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813517700.350.150.18325.4843.7167.25
HexD087B1023F121452c43
Octal320207261043172250554103
Binary11010000100001111011000101000111111100101010001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087B1; }

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

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

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

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

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

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

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

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