#D19BC0

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

Shades of Lily #D19BC0

Tints of Lily #D19BC0

Color information

#D19BC0 (or 0xD19BC0) is unknown color: approx Lily. HEX triplet: D1, 9B and C0. RGB value is (209,155,192). Sum of RGB (Red+Green+Blue) = 209+155+192=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BC0 is #2E643F. Grayscale: #AFAFAF. Windows color (decimal): -3040320 or 12622801. OLE color: 12622801.

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

Color convert

RGB209155192-
CMYK00.260.080.18
HSL318.89º36.99%71.37%-
HSV(B)318.89º25.84%81.96%-
XYZ47.5340.855.24-
YUV175.36137.39151.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=37.59%
G=27.88%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915519200.260.080.18318.8936.9971.37
HexD19BC001A81213f2547
Octal321233300032102247745107
Binary1101000110011011110000000110101000100101001111111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BC0; }

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

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

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

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

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

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

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

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