#D291BA

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

Shades of Lily #D291BA

Tints of Lily #D291BA

Color information

#D291BA (or 0xD291BA) is unknown color: approx Lily. HEX triplet: D2, 91 and BA. RGB value is (210,145,186). Sum of RGB (Red+Green+Blue) = 210+145+186=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D291BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291BA is #2D6E45. Grayscale: #A9A9A9. Windows color (decimal): -2977350 or 12227026. OLE color: 12227026.

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

Color convert

RGB210145186-
CMYK00.310.110.18
HSL322.15º41.94%69.61%-
HSV(B)322.15º30.95%82.35%-
XYZ45.5737.551.29-
YUV169.11137.53157.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=38.82%
G=26.80%
B=34.38%

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
Decimal21014518600.310.110.18322.1541.9469.61
HexD291BA01FB121422a46
Octal322221272037132250252106
Binary1101001010010001101110100111111011100101010000101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291BA; }

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

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

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

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

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

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

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

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