#D591C8

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

Shades of Lilac #D591C8

Tints of Lilac #D591C8

Color information

#D591C8 (or 0xD591C8) is unknown color: approx Lilac. HEX triplet: D5, 91 and C8. RGB value is (213,145,200). Sum of RGB (Red+Green+Blue) = 213+145+200=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D591C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591C8 is #2A6E37. Grayscale: #ABABAB. Windows color (decimal): -2780728 or 13144533. OLE color: 13144533.

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

Color convert

RGB213145200-
CMYK00.320.060.16
HSL311.47º44.74%70.2%-
HSV(B)311.47º31.92%83.53%-
XYZ47.9938.5759.56-
YUV171.6144.03157.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=38.17%
G=25.99%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314520000.320.060.16311.4744.7470.2
HexD591C80206101372d46
Octal32522131004062046755106
Binary1101010110010001110010000100000110100001001101111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591C8; }

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

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

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

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

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

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

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

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