#D591DA

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

Shades of Plum #D591DA

Tints of Plum #D591DA

Color information

#D591DA (or 0xD591DA) is unknown color: approx Plum. HEX triplet: D5, 91 and DA. RGB value is (213,145,218). Sum of RGB (Red+Green+Blue) = 213+145+218=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D591DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591DA is #2A6E25. Grayscale: #ADADAD. Windows color (decimal): -2780710 or 14324181. OLE color: 14324181.

HSL color Cylindrical-coordinate representation of color #D591DA: hue angle of 295.89º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D591DA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213145218-
CMYK0.020.3300.15
HSL295.89º49.66%71.18%-
HSV(B)295.89º33.49%85.49%-
XYZ50.2239.4671.3-
YUV173.65153.03156.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=36.98%
G=25.17%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131452180.020.3300.15295.8949.6671.18
HexD591DA2210F1283247
Octal32522133224101745062107
Binary11010101100100011101101010100001011111001010001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591DA; }

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

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

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

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

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

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

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

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