#d292c7

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

Shades of Lilac #D292C7

Tints of Lilac #D292C7

Color information

#D292C7 (or 0xD292C7) is unknown color: approx Lilac. HEX triplet: D2, 92 and C7. RGB value is (210,146,199). Sum of RGB (Red+Green+Blue) = 210+146+199=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D292C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292C7 is #2D6D38. Grayscale: #ABABAB. Windows color (decimal): -2977081 or 13079250. OLE color: 13079250.

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

Color convert

RGB210146199-
CMYK00.300.050.18
HSL310.31º41.56%69.8%-
HSV(B)310.31º30.48%82.35%-
XYZ47.1738.3858.96-
YUV171.18143.7155.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=37.84%
G=26.31%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014619900.300.050.18310.3141.5669.8
HexD292C701E5121362a46
Octal32222230703652246652106
Binary110100101001001011000111011110101100101001101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d292c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d292c7; }

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

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

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

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

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

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

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

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