#D292C5

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

Shades of Lilac #D292C5

Tints of Lilac #D292C5

Color information

#D292C5 (or 0xD292C5) is unknown color: approx Lilac. HEX triplet: D2, 92 and C5. RGB value is (210,146,197). Sum of RGB (Red+Green+Blue) = 210+146+197=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D292C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292C5 is #2D6D3A. Grayscale: #AAAAAA. Windows color (decimal): -2977083 or 12948178. OLE color: 12948178.

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

Color convert

RGB210146197-
CMYK00.300.060.18
HSL312.19º41.56%69.8%-
HSV(B)312.19º30.48%82.35%-
XYZ46.9438.2957.74-
YUV170.95142.7155.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 197 (77.34% from 255) = 35.62%
R=37.97%
G=26.40%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014619700.300.060.18312.1941.5669.8
HexD292C501E6121382a46
Octal32222230503662247052106
Binary110100101001001011000101011110110100101001110001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292C5; }

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

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

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

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

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

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

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

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