#D193B9

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

Shades of Lily #D193B9

Tints of Lily #D193B9

Color information

#D193B9 (or 0xD193B9) is unknown color: approx Lily. HEX triplet: D1, 93 and B9. RGB value is (209,147,185). Sum of RGB (Red+Green+Blue) = 209+147+185=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B9 is #2E6C46. Grayscale: #A9A9A9. Windows color (decimal): -3042375 or 12162001. OLE color: 12162001.

HSL color Cylindrical-coordinate representation of color #D193B9: hue angle of 323.23º 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 #D193B9 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209147185-
CMYK00.300.110.18
HSL323.23º40.26%69.8%-
HSV(B)323.23º29.67%81.96%-
XYZ45.4937.9350.82-
YUV169.87136.54155.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=38.63%
G=27.17%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914718500.300.110.18323.2340.2669.8
HexD193B901EB121432846
Octal321223271036132250350106
Binary1101000110010011101110010111101011100101010000111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193B9; }

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

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

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

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

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

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

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

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