#D193C4

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

Shades of Lilac #D193C4

Tints of Lilac #D193C4

Color information

#D193C4 (or 0xD193C4) is unknown color: approx Lilac. HEX triplet: D1, 93 and C4. RGB value is (209,147,196). Sum of RGB (Red+Green+Blue) = 209+147+196=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D193C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193C4 is #2E6C3B. Grayscale: #AAAAAA. Windows color (decimal): -3042364 or 12882897. OLE color: 12882897.

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

Color convert

RGB209147196-
CMYK00.300.060.18
HSL312.58º40.26%69.8%-
HSV(B)312.58º29.67%81.96%-
XYZ46.6938.4157.18-
YUV171.12142.04155.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=37.86%
G=26.63%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914719600.300.060.18312.5840.2669.8
HexD193C401E6121392846
Octal32122330403662247150106
Binary110100011001001111000100011110110100101001110011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193C4; }

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

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

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

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

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

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

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

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