#D291BB

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

Shades of Lily #D291BB

Tints of Lily #D291BB

Color information

#D291BB (or 0xD291BB) is unknown color: approx Lily. HEX triplet: D2, 91 and BB. RGB value is (210,145,187). Sum of RGB (Red+Green+Blue) = 210+145+187=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D291BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291BB is #2D6E44. Grayscale: #A9A9A9. Windows color (decimal): -2977349 or 12292562. OLE color: 12292562.

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

Color convert

RGB210145187-
CMYK00.310.110.18
HSL321.23º41.94%69.61%-
HSV(B)321.23º30.95%82.35%-
XYZ45.6737.5451.85-
YUV169.22138.03157.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=38.75%
G=26.75%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014518700.310.110.18321.2341.9469.61
HexD291BB01FB121412a46
Octal322221273037132250152106
Binary1101001010010001101110110111111011100101010000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291BB; }

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

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

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

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

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

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

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

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