#D09FB4

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

Shades of Lily #D09FB4

Tints of Lily #D09FB4

Color information

#D09FB4 (or 0xD09FB4) is unknown color: approx Lily. HEX triplet: D0, 9F and B4. RGB value is (208,159,180). Sum of RGB (Red+Green+Blue) = 208+159+180=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FB4 is #2F604B. Grayscale: #B0B0B0. Windows color (decimal): -3104844 or 11837392. OLE color: 11837392.

HSL color Cylindrical-coordinate representation of color #D09FB4: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FB4 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB208159180-
CMYK00.240.130.18
HSL334.29º34.27%71.96%-
HSV(B)334.29º23.56%81.57%-
XYZ46.6541.548.73-
YUV176.04130.23150.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=38.03%
G=29.07%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815918000.240.130.18334.2934.2771.96
HexD09FB4018D1214e2248
Octal320237264030152251642110
Binary1101000010011111101101000110001101100101010011101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FB4; }

 p { color: rgb(208,159,180); }

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

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

 a { background-color: rgb(208,159,180); }

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

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

 span { border-color: rgb(208,159,180); }

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