#D192CF

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

Shades of Lilac #D192CF

Tints of Lilac #D192CF

Color information

#D192CF (or 0xD192CF) is unknown color: approx Lilac. HEX triplet: D1, 92 and CF. RGB value is (209,146,207). Sum of RGB (Red+Green+Blue) = 209+146+207=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D192CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192CF is #2E6D30. Grayscale: #ABABAB. Windows color (decimal): -3042609 or 13603537. OLE color: 13603537.

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

Color convert

RGB209146207-
CMYK00.300.010.18
HSL301.9º40.65%69.61%-
HSV(B)301.9º30.14%81.96%-
XYZ47.8438.6263.96-
YUV171.79147.87154.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=37.19%
G=25.98%
B=36.83%

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
Decimal20914620700.300.010.18301.940.6569.61
HexD192CF01E11212e2946
Octal32122231703612245651106
Binary1101000110010010110011110111101100101001011101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192CF; }

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

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

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

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

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

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

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

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