#D292CE

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

Shades of Lilac #D292CE

Tints of Lilac #D292CE

Color information

#D292CE (or 0xD292CE) is unknown color: approx Lilac. HEX triplet: D2, 92 and CE. RGB value is (210,146,206). Sum of RGB (Red+Green+Blue) = 210+146+206=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D292CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292CE is #2D6D31. Grayscale: #ABABAB. Windows color (decimal): -2977074 or 13538002. OLE color: 13538002.

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

Color convert

RGB210146206-
CMYK00.300.020.18
HSL303.75º41.56%69.8%-
HSV(B)303.75º30.48%82.35%-
XYZ4838.7263.34-
YUV171.98147.2155.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=37.37%
G=25.98%
B=36.65%

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
Decimal21014620600.300.020.18303.7541.5669.8
HexD292CE01E2121302a46
Octal32222231603622246052106
Binary11010010100100101100111001111010100101001100001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292CE; }

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

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

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

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

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

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

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

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