#D291CD

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

Shades of Lilac #D291CD

Tints of Lilac #D291CD

Color information

#D291CD (or 0xD291CD) is unknown color: approx Lilac. HEX triplet: D2, 91 and CD. RGB value is (210,145,205). Sum of RGB (Red+Green+Blue) = 210+145+205=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D291CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291CD is #2D6E32. Grayscale: #ABABAB. Windows color (decimal): -2977331 or 13472210. OLE color: 13472210.

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

Color convert

RGB210145205-
CMYK00.310.020.18
HSL304.62º41.94%69.61%-
HSV(B)304.62º30.95%82.35%-
XYZ47.7238.3662.65-
YUV171.28147.03155.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=37.5%
G=25.89%
B=36.61%

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
Decimal21014520500.310.020.18304.6241.9469.61
HexD291CD01F2121312a46
Octal32222131503722246152106
Binary11010010100100011100110101111110100101001100011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291CD; }

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

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

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

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

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

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

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

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