#D287B5

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

Shades of Lily #D287B5

Tints of Lily #D287B5

Color information

#D287B5 (or 0xD287B5) is unknown color: approx Lily. HEX triplet: D2, 87 and B5. RGB value is (210,135,181). Sum of RGB (Red+Green+Blue) = 210+135+181=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D287B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287B5 is #2D784A. Grayscale: #A2A2A2. Windows color (decimal): -2979915 or 11896786. OLE color: 11896786.

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

Color convert

RGB210135181-
CMYK00.360.140.18
HSL323.2º45.45%67.65%-
HSV(B)323.2º35.71%82.35%-
XYZ43.5834.3748.05-
YUV162.67138.35161.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=39.92%
G=25.67%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013518100.360.140.18323.245.4567.65
HexD287B5024E121432d44
Octal322207265044162250355104
Binary11010010100001111011010101001001110100101010000111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287B5; }

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

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

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

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

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

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

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

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