#D193CF

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

Shades of Lilac #D193CF

Tints of Lilac #D193CF

Color information

#D193CF (or 0xD193CF) is unknown color: approx Lilac. HEX triplet: D1, 93 and CF. RGB value is (209,147,207). Sum of RGB (Red+Green+Blue) = 209+147+207=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D193CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193CF is #2E6C30. Grayscale: #ACACAC. Windows color (decimal): -3042353 or 13603793. OLE color: 13603793.

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

Color convert

RGB209147207-
CMYK00.300.010.18
HSL301.94º40.26%69.8%-
HSV(B)301.94º29.67%81.96%-
XYZ47.9938.9364.02-
YUV172.38147.54154.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=37.12%
G=26.11%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914720700.300.010.18301.9440.2669.8
HexD193CF01E11212e2846
Octal32122331703612245650106
Binary1101000110010011110011110111101100101001011101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193CF; }

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

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

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

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

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

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

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

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