#D591CA

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

Shades of Lilac #D591CA

Tints of Lilac #D591CA

Color information

#D591CA (or 0xD591CA) is unknown color: approx Lilac. HEX triplet: D5, 91 and CA. RGB value is (213,145,202). Sum of RGB (Red+Green+Blue) = 213+145+202=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D591CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591CA is #2A6E35. Grayscale: #ABABAB. Windows color (decimal): -2780726 or 13275605. OLE color: 13275605.

HSL color Cylindrical-coordinate representation of color #D591CA: hue angle of 309.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D591CA is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213145202-
CMYK00.320.050.16
HSL309.71º44.74%70.2%-
HSV(B)309.71º31.92%83.53%-
XYZ48.2338.6660.8-
YUV171.83145.03157.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=38.04%
G=25.89%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314520200.320.050.16309.7144.7470.2
HexD591CA0205101362d46
Octal32522131204052046655106
Binary1101010110010001110010100100000101100001001101101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591CA; }

 p { color: rgb(213,145,202); }

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

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

 a { background-color: rgb(213,145,202); }

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

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

 span { border-color: rgb(213,145,202); }

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