#D09DC0

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

Shades of Lily #D09DC0

Tints of Lily #D09DC0

Color information

#D09DC0 (or 0xD09DC0) is unknown color: approx Lily. HEX triplet: D0, 9D and C0. RGB value is (208,157,192). Sum of RGB (Red+Green+Blue) = 208+157+192=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DC0 is #2F623F. Grayscale: #B0B0B0. Windows color (decimal): -3105344 or 12623312. OLE color: 12623312.

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

Color convert

RGB208157192-
CMYK00.250.080.18
HSL318.82º35.17%71.57%-
HSV(B)318.82º24.52%81.57%-
XYZ47.5841.3355.34-
YUV176.24136.9150.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=37.34%
G=28.19%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815719200.250.080.18318.8235.1771.57
HexD09DC001981213f2348
Octal320235300031102247743110
Binary1101000010011101110000000110011000100101001111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DC0; }

 p { color: rgb(208,157,192); }

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

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

 a { background-color: rgb(208,157,192); }

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

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

 span { border-color: rgb(208,157,192); }

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