#D193B6

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

Shades of Lily #D193B6

Tints of Lily #D193B6

Color information

#D193B6 (or 0xD193B6) is unknown color: approx Lily. HEX triplet: D1, 93 and B6. RGB value is (209,147,182). Sum of RGB (Red+Green+Blue) = 209+147+182=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B6 is #2E6C49. Grayscale: #A9A9A9. Windows color (decimal): -3042378 or 11965393. OLE color: 11965393.

HSL color Cylindrical-coordinate representation of color #D193B6: hue angle of 326.13º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D193B6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209147182-
CMYK00.300.130.18
HSL326.13º40.26%69.8%-
HSV(B)326.13º29.67%81.96%-
XYZ45.1737.849.17-
YUV169.53135.04156.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=38.85%
G=27.32%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914718200.300.130.18326.1340.2669.8
HexD193B601ED121462846
Octal321223266036152250650106
Binary1101000110010011101101100111101101100101010001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193B6; }

 p { color: rgb(209,147,182); }

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

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

 a { background-color: rgb(209,147,182); }

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

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

 span { border-color: rgb(209,147,182); }

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