#D193D1

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

Shades of Lilac #D193D1

Tints of Lilac #D193D1

Color information

#D193D1 (or 0xD193D1) is unknown color: approx Lilac. HEX triplet: D1, 93 and D1. RGB value is (209,147,209). Sum of RGB (Red+Green+Blue) = 209+147+209=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D193D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193D1 is #2E6C2E. Grayscale: #ACACAC. Windows color (decimal): -3042351 or 13734865. OLE color: 13734865.

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

Color convert

RGB209147209-
CMYK00.3000.18
HSL300º40.26%69.8%-
HSV(B)300º29.67%81.96%-
XYZ48.2439.0365.31-
YUV172.61148.54153.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=36.99%
G=26.02%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914720900.3000.1830040.2669.8
HexD193D101E01212c2846
Octal32122332103602245450106
Binary1101000110010011110100010111100100101001011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193D1; }

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

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

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

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

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

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

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

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