#D193BA

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

Shades of Lily #D193BA

Tints of Lily #D193BA

Color information

#D193BA (or 0xD193BA) is unknown color: approx Lily. HEX triplet: D1, 93 and BA. RGB value is (209,147,186). Sum of RGB (Red+Green+Blue) = 209+147+186=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D193BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193BA is #2E6C45. Grayscale: #A9A9A9. Windows color (decimal): -3042374 or 12227537. OLE color: 12227537.

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

Color convert

RGB209147186-
CMYK00.300.110.18
HSL322.26º40.26%69.8%-
HSV(B)322.26º29.67%81.96%-
XYZ45.5937.9751.38-
YUV169.98137.04155.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=38.56%
G=27.12%
B=34.32%

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
Decimal20914718600.300.110.18322.2640.2669.8
HexD193BA01EB121422846
Octal321223272036132250250106
Binary1101000110010011101110100111101011100101010000101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193BA; }

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

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

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

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

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

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

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

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