#D291CC

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

Shades of Lilac #D291CC

Tints of Lilac #D291CC

Color information

#D291CC (or 0xD291CC) is unknown color: approx Lilac. HEX triplet: D2, 91 and CC. RGB value is (210,145,204). Sum of RGB (Red+Green+Blue) = 210+145+204=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D291CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291CC is #2D6E33. Grayscale: #AAAAAA. Windows color (decimal): -2977332 or 13406674. OLE color: 13406674.

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

Color convert

RGB210145204-
CMYK00.310.030.18
HSL305.54º41.94%69.61%-
HSV(B)305.54º30.95%82.35%-
XYZ47.638.3162.01-
YUV171.16146.53155.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=37.57%
G=25.94%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014520400.310.030.18305.5441.9469.61
HexD291CC01F3121322a46
Octal32222131403732246252106
Binary11010010100100011100110001111111100101001100101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291CC; }

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

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

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

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

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

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

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

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