#D193B3

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

Shades of Lily #D193B3

Tints of Lily #D193B3

Color information

#D193B3 (or 0xD193B3) is unknown color: approx Lily. HEX triplet: D1, 93 and B3. RGB value is (209,147,179). Sum of RGB (Red+Green+Blue) = 209+147+179=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B3 is #2E6C4C. Grayscale: #A9A9A9. Windows color (decimal): -3042381 or 11768785. OLE color: 11768785.

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

Color convert

RGB209147179-
CMYK00.300.140.18
HSL329.03º40.26%69.8%-
HSV(B)329.03º29.67%81.96%-
XYZ44.8637.6847.56-
YUV169.19133.54156.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=39.07%
G=27.48%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914717900.300.140.18329.0340.2669.8
HexD193B301EE121492846
Octal321223263036162251150106
Binary1101000110010011101100110111101110100101010010011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193B3; }

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

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

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

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

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

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

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

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