#D18DB1

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

Shades of Lily #D18DB1

Tints of Lily #D18DB1

Color information

#D18DB1 (or 0xD18DB1) is unknown color: approx Lily. HEX triplet: D1, 8D and B1. RGB value is (209,141,177). Sum of RGB (Red+Green+Blue) = 209+141+177=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DB1 is #2E724E. Grayscale: #A5A5A5. Windows color (decimal): -3043919 or 11636177. OLE color: 11636177.

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

Color convert

RGB209141177-
CMYK00.330.150.18
HSL328.24º42.5%68.63%-
HSV(B)328.24º32.54%81.96%-
XYZ43.7635.7846.19-
YUV165.44134.53159.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=39.66%
G=26.76%
B=33.59%

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
Decimal20914117700.330.150.18328.2442.568.63
HexD18DB1021F121482a45
Octal321215261041172251052105
Binary11010001100011011011000101000011111100101010010001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DB1; }

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

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

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

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

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

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

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

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