#D59DE1

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

Shades of Plum #D59DE1

Tints of Plum #D59DE1

Color information

#D59DE1 (or 0xD59DE1) is unknown color: approx Plum. HEX triplet: D5, 9D and E1. RGB value is (213,157,225). Sum of RGB (Red+Green+Blue) = 213+157+225=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #D59DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DE1 is #2A621E. Grayscale: #B5B5B5. Windows color (decimal): -2777631 or 14786005. OLE color: 14786005.

HSL color Cylindrical-coordinate representation of color #D59DE1: hue angle of 289.41º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59DE1 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213157225-
CMYK0.050.3000.12
HSL289.41º53.12%74.9%-
HSV(B)289.41º30.22%88.24%-
XYZ53.0943.776.87-
YUV181.5152.55150.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=35.80%
G=26.39%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131572250.050.3000.12289.4153.1274.9
HexD59DE151E0C121354b
Octal32523534153601444165113
Binary11010101100111011110000110111110011001001000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DE1; }

 p { color: rgb(213,157,225); }

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

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

 a { background-color: rgb(213,157,225); }

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

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

 span { border-color: rgb(213,157,225); }

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