#D292CD

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

Shades of Lilac #D292CD

Tints of Lilac #D292CD

Color information

#D292CD (or 0xD292CD) is unknown color: approx Lilac. HEX triplet: D2, 92 and CD. RGB value is (210,146,205). Sum of RGB (Red+Green+Blue) = 210+146+205=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D292CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292CD is #2D6D32. Grayscale: #ABABAB. Windows color (decimal): -2977075 or 13472466. OLE color: 13472466.

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

Color convert

RGB210146205-
CMYK00.300.020.18
HSL304.69º41.56%69.8%-
HSV(B)304.69º30.48%82.35%-
XYZ47.8838.6762.7-
YUV171.86146.7155.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=37.43%
G=26.02%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014620500.300.020.18304.6941.5669.8
HexD292CD01E2121312a46
Octal32222231503622246152106
Binary11010010100100101100110101111010100101001100011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292CD; }

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

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

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

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

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

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

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

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