#D18AC0

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

Shades of Lily #D18AC0

Tints of Lily #D18AC0

Color information

#D18AC0 (or 0xD18AC0) is unknown color: approx Lily. HEX triplet: D1, 8A and C0. RGB value is (209,138,192). Sum of RGB (Red+Green+Blue) = 209+138+192=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AC0 is #2E753F. Grayscale: #A5A5A5. Windows color (decimal): -3044672 or 12618449. OLE color: 12618449.

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

Color convert

RGB209138192-
CMYK00.340.080.18
HSL314.37º43.56%68.04%-
HSV(B)314.37º33.97%81.96%-
XYZ44.935.5454.36-
YUV165.39143.02159.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=38.78%
G=25.60%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913819200.340.080.18314.3743.5668.04
HexD18AC002281213a2c44
Octal321212300042102247254104
Binary11010001100010101100000001000101000100101001110101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AC0; }

 p { color: rgb(209,138,192); }

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

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

 a { background-color: rgb(209,138,192); }

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

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

 span { border-color: rgb(209,138,192); }

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