#D287BC

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

Shades of Lily #D287BC

Tints of Lily #D287BC

Color information

#D287BC (or 0xD287BC) is unknown color: approx Lily. HEX triplet: D2, 87 and BC. RGB value is (210,135,188). Sum of RGB (Red+Green+Blue) = 210+135+188=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D287BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287BC is #2D7843. Grayscale: #A3A3A3. Windows color (decimal): -2979908 or 12355538. OLE color: 12355538.

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

Color convert

RGB210135188-
CMYK00.360.100.18
HSL317.6º45.45%67.65%-
HSV(B)317.6º35.71%82.35%-
XYZ44.3234.6651.93-
YUV163.47141.85161.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=39.40%
G=25.33%
B=35.27%

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
Decimal21013518800.360.100.18317.645.4567.65
HexD287BC024A1213e2d44
Octal322207274044122247655104
Binary11010010100001111011110001001001010100101001111101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287BC; }

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

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

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

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

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

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

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

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