#D591CC

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

Shades of Lilac #D591CC

Tints of Lilac #D591CC

Color information

#D591CC (or 0xD591CC) is unknown color: approx Lilac. HEX triplet: D5, 91 and CC. RGB value is (213,145,204). Sum of RGB (Red+Green+Blue) = 213+145+204=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D591CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591CC is #2A6E33. Grayscale: #ABABAB. Windows color (decimal): -2780724 or 13406677. OLE color: 13406677.

HSL color Cylindrical-coordinate representation of color #D591CC: hue angle of 307.94º 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 #D591CC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213145204-
CMYK00.320.040.16
HSL307.94º44.74%70.2%-
HSV(B)307.94º31.92%83.53%-
XYZ48.4738.7662.05-
YUV172.06146.03157.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=37.90%
G=25.80%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314520400.320.040.16307.9444.7470.2
HexD591CC0204101342d46
Octal32522131404042046455106
Binary1101010110010001110011000100000100100001001101001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591CC; }

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

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

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

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

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

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

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

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