#D59ED4

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

Shades of Plum #D59ED4

Tints of Plum #D59ED4

Color information

#D59ED4 (or 0xD59ED4) is unknown color: approx Plum. HEX triplet: D5, 9E and D4. RGB value is (213,158,212). Sum of RGB (Red+Green+Blue) = 213+158+212=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ED4 is #2A612B. Grayscale: #B4B4B4. Windows color (decimal): -2777388 or 13934293. OLE color: 13934293.

HSL color Cylindrical-coordinate representation of color #D59ED4: hue angle of 301.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59ED4 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB213158212-
CMYK00.260.000.16
HSL301.09º39.57%72.75%-
HSV(B)301.09º25.82%83.53%-
XYZ51.5543.3567.94-
YUV180.6145.72151.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=36.54%
G=27.10%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315821200.260.000.16301.0939.5772.75
HexD59ED401A01012d2849
Octal32523632403202045550111
Binary1101010110011110110101000110100100001001011011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59ED4; }

 p { color: rgb(213,158,212); }

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

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

 a { background-color: rgb(213,158,212); }

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

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

 span { border-color: rgb(213,158,212); }

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