#D193B2

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

Shades of Lily #D193B2

Tints of Lily #D193B2

Color information

#D193B2 (or 0xD193B2) is unknown color: approx Lily. HEX triplet: D1, 93 and B2. RGB value is (209,147,178). Sum of RGB (Red+Green+Blue) = 209+147+178=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193B2 is #2E6C4D. Grayscale: #A9A9A9. Windows color (decimal): -3042382 or 11703249. OLE color: 11703249.

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

Color convert

RGB209147178-
CMYK00.300.150.18
HSL330º40.26%69.8%-
HSV(B)330º29.67%81.96%-
XYZ44.7637.6447.02-
YUV169.07133.04156.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=39.14%
G=27.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914717800.300.150.1833040.2669.8
HexD193B201EF1214a2846
Octal321223262036172251250106
Binary1101000110010011101100100111101111100101010010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193B2; }

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

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

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

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

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

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

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

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