#D287C0

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

Shades of Lily #D287C0

Tints of Lily #D287C0

Color information

#D287C0 (or 0xD287C0) is unknown color: approx Lily. HEX triplet: D2, 87 and C0. RGB value is (210,135,192). Sum of RGB (Red+Green+Blue) = 210+135+192=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D287C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287C0 is #2D783F. Grayscale: #A3A3A3. Windows color (decimal): -2979904 or 12617682. OLE color: 12617682.

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

Color convert

RGB210135192-
CMYK00.360.090.18
HSL314.4º45.45%67.65%-
HSV(B)314.4º35.71%82.35%-
XYZ44.7634.8454.23-
YUV163.92143.85160.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=39.11%
G=25.14%
B=35.75%

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
Decimal21013519200.360.090.18314.445.4567.65
HexD287C002491213a2d44
Octal322207300044112247255104
Binary11010010100001111100000001001001001100101001110101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287C0; }

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

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

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

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

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

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

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

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