#D49DBD

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

Shades of Lily #D49DBD

Tints of Lily #D49DBD

Color information

#D49DBD (or 0xD49DBD) is unknown color: approx Lily. HEX triplet: D4, 9D and BD. RGB value is (212,157,189). Sum of RGB (Red+Green+Blue) = 212+157+189=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DBD is #2B6242. Grayscale: #B1B1B1. Windows color (decimal): -2843203 or 12426708. OLE color: 12426708.

HSL color Cylindrical-coordinate representation of color #D49DBD: hue angle of 325.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49DBD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212157189-
CMYK00.260.110.17
HSL325.09º39.01%72.35%-
HSV(B)325.09º25.94%83.14%-
XYZ48.3941.7953.66-
YUV177.09134.72152.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=37.99%
G=28.14%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215718900.260.110.17325.0939.0172.35
HexD49DBD01AB111452748
Octal324235275032132150547110
Binary1101010010011101101111010110101011100011010001011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DBD; }

 p { color: rgb(212,157,189); }

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

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

 a { background-color: rgb(212,157,189); }

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

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

 span { border-color: rgb(212,157,189); }

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