#D287BF

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

Shades of Lily #D287BF

Tints of Lily #D287BF

Color information

#D287BF (or 0xD287BF) is unknown color: approx Lily. HEX triplet: D2, 87 and BF. RGB value is (210,135,191). Sum of RGB (Red+Green+Blue) = 210+135+191=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D287BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287BF is #2D7840. Grayscale: #A3A3A3. Windows color (decimal): -2979905 or 12552146. OLE color: 12552146.

HSL color Cylindrical-coordinate representation of color #D287BF: hue angle of 315.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D287BF is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210135191-
CMYK00.360.090.18
HSL315.2º45.45%67.65%-
HSV(B)315.2º35.71%82.35%-
XYZ44.6534.7953.65-
YUV163.81143.35160.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 191 (75% from 255) = 35.63%
R=39.18%
G=25.19%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013519100.360.090.18315.245.4567.65
HexD287BF02491213b2d44
Octal322207277044112247355104
Binary11010010100001111011111101001001001100101001110111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287BF; }

 p { color: rgb(210,135,191); }

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

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

 a { background-color: rgb(210,135,191); }

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

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

 span { border-color: rgb(210,135,191); }

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