#D091BA

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

Shades of Lily #D091BA

Tints of Lily #D091BA

Color information

#D091BA (or 0xD091BA) is unknown color: approx Lily. HEX triplet: D0, 91 and BA. RGB value is (208,145,186). Sum of RGB (Red+Green+Blue) = 208+145+186=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D091BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091BA is #2F6E45. Grayscale: #A8A8A8. Windows color (decimal): -3108422 or 12227024. OLE color: 12227024.

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

Color convert

RGB208145186-
CMYK00.300.110.18
HSL320.95º40.13%69.22%-
HSV(B)320.95º30.29%81.57%-
XYZ4537.2151.26-
YUV168.51137.87156.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=38.59%
G=26.90%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814518600.300.110.18320.9540.1369.22
HexD091BA01EB121412845
Octal320221272036132250150105
Binary1101000010010001101110100111101011100101010000011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091BA; }

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

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

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

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

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

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

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

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