#D291BF

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

Shades of Lily #D291BF

Tints of Lily #D291BF

Color information

#D291BF (or 0xD291BF) is unknown color: approx Lily. HEX triplet: D2, 91 and BF. RGB value is (210,145,191). Sum of RGB (Red+Green+Blue) = 210+145+191=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D291BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291BF is #2D6E40. Grayscale: #A9A9A9. Windows color (decimal): -2977345 or 12554706. OLE color: 12554706.

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

Color convert

RGB210145191-
CMYK00.310.090.18
HSL317.54º41.94%69.61%-
HSV(B)317.54º30.95%82.35%-
XYZ46.1137.7154.14-
YUV169.68140.03156.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 191 (75% from 255) = 34.98%
R=38.46%
G=26.56%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014519100.310.090.18317.5441.9469.61
HexD291BF01F91213e2a46
Octal322221277037112247652106
Binary1101001010010001101111110111111001100101001111101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291BF; }

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

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

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

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

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

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

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

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