#D291CE

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

Shades of Lilac #D291CE

Tints of Lilac #D291CE

Color information

#D291CE (or 0xD291CE) is unknown color: approx Lilac. HEX triplet: D2, 91 and CE. RGB value is (210,145,206). Sum of RGB (Red+Green+Blue) = 210+145+206=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D291CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291CE is #2D6E31. Grayscale: #ABABAB. Windows color (decimal): -2977330 or 13537746. OLE color: 13537746.

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

Color convert

RGB210145206-
CMYK00.310.020.18
HSL303.69º41.94%69.61%-
HSV(B)303.69º30.95%82.35%-
XYZ47.8438.4163.28-
YUV171.39147.53155.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=37.43%
G=25.85%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014520600.310.020.18303.6941.9469.61
HexD291CE01F2121302a46
Octal32222131603722246052106
Binary11010010100100011100111001111110100101001100001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291CE; }

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

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

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

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

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

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

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

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