#D492C5

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

Shades of Lilac #D492C5

Tints of Lilac #D492C5

Color information

#D492C5 (or 0xD492C5) is unknown color: approx Lilac. HEX triplet: D4, 92 and C5. RGB value is (212,146,197). Sum of RGB (Red+Green+Blue) = 212+146+197=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D492C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492C5 is #2B6D3A. Grayscale: #ABABAB. Windows color (decimal): -2846011 or 12948180. OLE color: 12948180.

HSL color Cylindrical-coordinate representation of color #D492C5: hue angle of 313.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D492C5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB212146197-
CMYK00.310.070.17
HSL313.64º43.42%70.2%-
HSV(B)313.64º31.13%83.14%-
XYZ47.5138.5957.77-
YUV171.55142.37156.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=38.20%
G=26.31%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214619700.310.070.17313.6443.4270.2
HexD492C501F71113a2b46
Octal32422230503772147253106
Binary110101001001001011000101011111111100011001110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492C5; }

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

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

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

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

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

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

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

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