#D091BB

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

Shades of Lily #D091BB

Tints of Lily #D091BB

Color information

#D091BB (or 0xD091BB) is unknown color: approx Lily. HEX triplet: D0, 91 and BB. RGB value is (208,145,187). Sum of RGB (Red+Green+Blue) = 208+145+187=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D091BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091BB is #2F6E44. Grayscale: #A8A8A8. Windows color (decimal): -3108421 or 12292560. OLE color: 12292560.

HSL color Cylindrical-coordinate representation of color #D091BB: hue angle of 320º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091BB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB208145187-
CMYK00.300.100.18
HSL320º40.13%69.22%-
HSV(B)320º30.29%81.57%-
XYZ45.1137.2551.83-
YUV168.62138.37156.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=38.52%
G=26.85%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814518700.300.100.1832040.1369.22
HexD091BB01EA121402845
Octal320221273036122250050105
Binary1101000010010001101110110111101010100101010000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091BB; }

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

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

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

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

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

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

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

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