#D291B9

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

Shades of Lily #D291B9

Tints of Lily #D291B9

Color information

#D291B9 (or 0xD291B9) is unknown color: approx Lily. HEX triplet: D2, 91 and B9. RGB value is (210,145,185). Sum of RGB (Red+Green+Blue) = 210+145+185=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291B9 is #2D6E46. Grayscale: #A8A8A8. Windows color (decimal): -2977351 or 12161490. OLE color: 12161490.

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

Color convert

RGB210145185-
CMYK00.310.120.18
HSL323.08º41.94%69.61%-
HSV(B)323.08º30.95%82.35%-
XYZ45.4637.4650.73-
YUV169137.03157.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=38.89%
G=26.85%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014518500.310.120.18323.0841.9469.61
HexD291B901FC121432a46
Octal322221271037142250352106
Binary1101001010010001101110010111111100100101010000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291B9; }

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

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

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

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

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

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

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

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