#D292C3

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

Shades of Lilac #D292C3

Tints of Lilac #D292C3

Color information

#D292C3 (or 0xD292C3) is unknown color: approx Lilac. HEX triplet: D2, 92 and C3. RGB value is (210,146,195). Sum of RGB (Red+Green+Blue) = 210+146+195=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D292C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292C3 is #2D6D3C. Grayscale: #AAAAAA. Windows color (decimal): -2977085 or 12817106. OLE color: 12817106.

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

Color convert

RGB210146195-
CMYK00.300.070.18
HSL314.06º41.56%69.8%-
HSV(B)314.06º30.48%82.35%-
XYZ46.7138.256.54-
YUV170.72141.7156.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=38.11%
G=26.50%
B=35.39%

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
Decimal21014619500.300.070.18314.0641.5669.8
HexD292C301E71213a2a46
Octal32222230303672247252106
Binary110100101001001011000011011110111100101001110101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292C3; }

 p { color: rgb(210,146,195); }

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

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

 a { background-color: rgb(210,146,195); }

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

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

 span { border-color: rgb(210,146,195); }

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