#D191C5

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

Shades of Lilac #D191C5

Tints of Lilac #D191C5

Color information

#D191C5 (or 0xD191C5) is unknown color: approx Lilac. HEX triplet: D1, 91 and C5. RGB value is (209,145,197). Sum of RGB (Red+Green+Blue) = 209+145+197=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D191C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191C5 is #2E6E3A. Grayscale: #A9A9A9. Windows color (decimal): -3042875 or 12947921. OLE color: 12947921.

HSL color Cylindrical-coordinate representation of color #D191C5: hue angle of 311.25º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191C5 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB209145197-
CMYK00.310.060.18
HSL311.25º41.03%69.41%-
HSV(B)311.25º30.62%81.96%-
XYZ46.537.8457.68-
YUV170.06143.2155.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 197 (77.34% from 255) = 35.75%
R=37.93%
G=26.32%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914519700.310.060.18311.2541.0369.41
HexD191C501F6121372945
Octal32122130503762246751105
Binary110100011001000111000101011111110100101001101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191C5; }

 p { color: rgb(209,145,197); }

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

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

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

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

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

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

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