#D192CE

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

Shades of Lilac #D192CE

Tints of Lilac #D192CE

Color information

#D192CE (or 0xD192CE) is unknown color: approx Lilac. HEX triplet: D1, 92 and CE. RGB value is (209,146,206). Sum of RGB (Red+Green+Blue) = 209+146+206=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D192CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192CE is #2E6D31. Grayscale: #ABABAB. Windows color (decimal): -3042610 or 13538001. OLE color: 13538001.

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

Color convert

RGB209146206-
CMYK00.300.010.18
HSL302.86º40.65%69.61%-
HSV(B)302.86º30.14%81.96%-
XYZ47.7138.5763.32-
YUV171.68147.37154.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=37.25%
G=26.02%
B=36.72%

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
Decimal20914620600.300.010.18302.8640.6569.61
HexD192CE01E11212f2946
Octal32122231603612245751106
Binary1101000110010010110011100111101100101001011111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192CE; }

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

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

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

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

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

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

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

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