#D492CB

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

Shades of Lilac #D492CB

Tints of Lilac #D492CB

Color information

#D492CB (or 0xD492CB) is unknown color: approx Lilac. HEX triplet: D4, 92 and CB. RGB value is (212,146,203). Sum of RGB (Red+Green+Blue) = 212+146+203=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D492CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492CB is #2B6D34. Grayscale: #ACACAC. Windows color (decimal): -2846005 or 13341396. OLE color: 13341396.

HSL color Cylindrical-coordinate representation of color #D492CB: hue angle of 308.18º 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 #D492CB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212146203-
CMYK00.310.040.17
HSL308.18º43.42%70.2%-
HSV(B)308.18º31.13%83.14%-
XYZ48.2138.8761.46-
YUV172.23145.37156.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=37.79%
G=26.02%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214620300.310.040.17308.1843.4270.2
HexD492CB01F4111342b46
Octal32422231303742146453106
Binary110101001001001011001011011111100100011001101001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492CB; }

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

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

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

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

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

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

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

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