#D59ED1

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

Shades of Plum #D59ED1

Tints of Plum #D59ED1

Color information

#D59ED1 (or 0xD59ED1) is unknown color: approx Plum. HEX triplet: D5, 9E and D1. RGB value is (213,158,209). Sum of RGB (Red+Green+Blue) = 213+158+209=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ED1 is #2A612E. Grayscale: #B4B4B4. Windows color (decimal): -2777391 or 13737685. OLE color: 13737685.

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

Color convert

RGB213158209-
CMYK00.260.020.16
HSL304.36º39.57%72.75%-
HSV(B)304.36º25.82%83.53%-
XYZ51.1843.265.96-
YUV180.26144.22151.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=36.72%
G=27.24%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315820900.260.020.16304.3639.5772.75
HexD59ED101A2101302849
Octal32523632103222046050111
Binary11010101100111101101000101101010100001001100001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59ED1; }

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

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

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

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

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

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

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

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