#D291C8

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

Shades of Lilac #D291C8

Tints of Lilac #D291C8

Color information

#D291C8 (or 0xD291C8) is unknown color: approx Lilac. HEX triplet: D2, 91 and C8. RGB value is (210,145,200). Sum of RGB (Red+Green+Blue) = 210+145+200=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D291C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291C8 is #2D6E37. Grayscale: #AAAAAA. Windows color (decimal): -2977336 or 13144530. OLE color: 13144530.

HSL color Cylindrical-coordinate representation of color #D291C8: hue angle of 309.23º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291C8 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210145200-
CMYK00.310.050.18
HSL309.23º41.94%69.61%-
HSV(B)309.23º30.95%82.35%-
XYZ47.1338.1259.52-
YUV170.7144.53156.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=37.84%
G=26.13%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014520000.310.050.18309.2341.9469.61
HexD291C801F5121352a46
Octal32222131003752246552106
Binary110100101001000111001000011111101100101001101011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291C8; }

 p { color: rgb(210,145,200); }

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

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

 a { background-color: rgb(210,145,200); }

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

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

 span { border-color: rgb(210,145,200); }

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