#D091B6

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

Shades of Lily #D091B6

Tints of Lily #D091B6

Color information

#D091B6 (or 0xD091B6) is unknown color: approx Lily. HEX triplet: D0, 91 and B6. RGB value is (208,145,182). Sum of RGB (Red+Green+Blue) = 208+145+182=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D091B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091B6 is #2F6E49. Grayscale: #A7A7A7. Windows color (decimal): -3108426 or 11964880. OLE color: 11964880.

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

Color convert

RGB208145182-
CMYK00.300.120.18
HSL324.76º40.13%69.22%-
HSV(B)324.76º30.29%81.57%-
XYZ44.5837.0449.06-
YUV168.05135.87156.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=38.88%
G=27.10%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814518200.300.120.18324.7640.1369.22
HexD091B601EC121452845
Octal320221266036142250550105
Binary1101000010010001101101100111101100100101010001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091B6; }

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

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

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

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

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

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

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

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