#D194CE

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

Shades of Lilac #D194CE

Tints of Lilac #D194CE

Color information

#D194CE (or 0xD194CE) is unknown color: approx Lilac. HEX triplet: D1, 94 and CE. RGB value is (209,148,206). Sum of RGB (Red+Green+Blue) = 209+148+206=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D194CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194CE is #2E6B31. Grayscale: #ACACAC. Windows color (decimal): -3042098 or 13538513. OLE color: 13538513.

HSL color Cylindrical-coordinate representation of color #D194CE: hue angle of 302.95º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D194CE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209148206-
CMYK00.290.010.18
HSL302.95º39.87%70%-
HSV(B)302.95º29.19%81.96%-
XYZ48.0239.1963.43-
YUV172.85146.71153.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=37.12%
G=26.29%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914820600.290.010.18302.9539.8770
HexD194CE01D11212f2846
Octal32122431603512245750106
Binary1101000110010100110011100111011100101001011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194CE; }

 p { color: rgb(209,148,206); }

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

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

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

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

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

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

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