#D292D1

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

Shades of Lilac #D292D1

Tints of Lilac #D292D1

Color information

#D292D1 (or 0xD292D1) is unknown color: approx Lilac. HEX triplet: D2, 92 and D1. RGB value is (210,146,209). Sum of RGB (Red+Green+Blue) = 210+146+209=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D292D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292D1 is #2D6D2E. Grayscale: #ACACAC. Windows color (decimal): -2977071 or 13734610. OLE color: 13734610.

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

Color convert

RGB210146209-
CMYK00.300.000.18
HSL300.94º41.56%69.8%-
HSV(B)300.94º30.48%82.35%-
XYZ48.3738.8665.27-
YUV172.32148.7154.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=37.17%
G=25.84%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014620900.300.000.18300.9441.5669.8
HexD292D101E01212d2a46
Octal32222232103602245552106
Binary1101001010010010110100010111100100101001011011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292D1; }

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

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

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

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

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

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

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

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