#D59EDB

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

Shades of Plum #D59EDB

Tints of Plum #D59EDB

Color information

#D59EDB (or 0xD59EDB) is unknown color: approx Plum. HEX triplet: D5, 9E and DB. RGB value is (213,158,219). Sum of RGB (Red+Green+Blue) = 213+158+219=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDB is #2A6124. Grayscale: #B5B5B5. Windows color (decimal): -2777381 or 14393045. OLE color: 14393045.

HSL color Cylindrical-coordinate representation of color #D59EDB: hue angle of 294.1º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59EDB is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213158219-
CMYK0.030.2800.14
HSL294.1º45.86%73.92%-
HSV(B)294.1º27.85%85.88%-
XYZ52.4543.7172.69-
YUV181.4149.22150.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=36.10%
G=26.78%
B=37.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131582190.030.2800.14294.145.8673.92
HexD59EDB31C0E1262e4a
Octal32523633333401644656112
Binary1101010110011110110110111111100011101001001101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EDB; }

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

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

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

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

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

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

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

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