#D49AC0

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

Shades of Lily #D49AC0

Tints of Lily #D49AC0

Color information

#D49AC0 (or 0xD49AC0) is unknown color: approx Lily. HEX triplet: D4, 9A and C0. RGB value is (212,154,192). Sum of RGB (Red+Green+Blue) = 212+154+192=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AC0 is #2B653F. Grayscale: #AFAFAF. Windows color (decimal): -2843968 or 12622548. OLE color: 12622548.

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

Color convert

RGB212154192-
CMYK00.270.090.17
HSL320.69º40.28%71.76%-
HSV(B)320.69º27.36%83.14%-
XYZ48.2240.9155.22-
YUV175.67137.22153.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=37.99%
G=27.60%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215419200.270.090.17320.6940.2871.76
HexD49AC001B9111412848
Octal324232300033112150150110
Binary1101010010011010110000000110111001100011010000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AC0; }

 p { color: rgb(212,154,192); }

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

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

 a { background-color: rgb(212,154,192); }

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

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

 span { border-color: rgb(212,154,192); }

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