#D591CB

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

Shades of Lilac #D591CB

Tints of Lilac #D591CB

Color information

#D591CB (or 0xD591CB) is unknown color: approx Lilac. HEX triplet: D5, 91 and CB. RGB value is (213,145,203). Sum of RGB (Red+Green+Blue) = 213+145+203=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D591CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591CB is #2A6E34. Grayscale: #ABABAB. Windows color (decimal): -2780725 or 13341141. OLE color: 13341141.

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

Color convert

RGB213145203-
CMYK00.320.050.16
HSL308.82º44.74%70.2%-
HSV(B)308.82º31.92%83.53%-
XYZ48.3538.7161.42-
YUV171.94145.53157.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=37.97%
G=25.85%
B=36.19%

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
Decimal21314520300.320.050.16308.8244.7470.2
HexD591CB0205101352d46
Octal32522131304052046555106
Binary1101010110010001110010110100000101100001001101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591CB; }

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

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

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

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

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

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

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

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