#D18CB1

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

Shades of Lily #D18CB1

Tints of Lily #D18CB1

Color information

#D18CB1 (or 0xD18CB1) is unknown color: approx Lily. HEX triplet: D1, 8C and B1. RGB value is (209,140,177). Sum of RGB (Red+Green+Blue) = 209+140+177=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18CB1 is #2E734E. Grayscale: #A4A4A4. Windows color (decimal): -3044175 or 11635921. OLE color: 11635921.

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

Color convert

RGB209140177-
CMYK00.330.150.18
HSL327.83º42.86%68.43%-
HSV(B)327.83º33.01%81.96%-
XYZ43.6135.4946.15-
YUV164.85134.86159.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=39.73%
G=26.62%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914017700.330.150.18327.8342.8668.43
HexD18CB1021F121482b44
Octal321214261041172251053104
Binary11010001100011001011000101000011111100101010010001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CB1; }

 p { color: rgb(209,140,177); }

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

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

 a { background-color: rgb(209,140,177); }

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

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

 span { border-color: rgb(209,140,177); }

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