#D193C2

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

Shades of Lilac #D193C2

Tints of Lilac #D193C2

Color information

#D193C2 (or 0xD193C2) is unknown color: approx Lilac. HEX triplet: D1, 93 and C2. RGB value is (209,147,194). Sum of RGB (Red+Green+Blue) = 209+147+194=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D193C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193C2 is #2E6C3D. Grayscale: #AAAAAA. Windows color (decimal): -3042366 or 12751825. OLE color: 12751825.

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

Color convert

RGB209147194-
CMYK00.300.070.18
HSL314.52º40.26%69.8%-
HSV(B)314.52º29.67%81.96%-
XYZ46.4738.3255.99-
YUV170.9141.04155.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 147 (57.81% from 255) = 26.73%
BLUE value IS 194 (76.17% from 255) = 35.27%
R=38%
G=26.73%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914719400.300.070.18314.5240.2669.8
HexD193C201E71213b2846
Octal32122330203672247350106
Binary110100011001001111000010011110111100101001110111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193C2; }

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

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

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

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

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

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

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

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