#D59DDB

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

Shades of Plum #D59DDB

Tints of Plum #D59DDB

Color information

#D59DDB (or 0xD59DDB) is unknown color: approx Plum. HEX triplet: D5, 9D and DB. RGB value is (213,157,219). Sum of RGB (Red+Green+Blue) = 213+157+219=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DDB is #2A6224. Grayscale: #B4B4B4. Windows color (decimal): -2777637 or 14392789. OLE color: 14392789.

HSL color Cylindrical-coordinate representation of color #D59DDB: hue angle of 294.19º 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 #D59DDB is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213157219-
CMYK0.030.2800.14
HSL294.19º46.27%73.73%-
HSV(B)294.19º28.31%85.88%-
XYZ52.2843.3772.63-
YUV180.81149.55150.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=36.16%
G=26.66%
B=37.18%

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
Decimal2131572190.030.2800.14294.1946.2773.73
HexD59DDB31C0E1262e4a
Octal32523533333401644656112
Binary1101010110011101110110111111100011101001001101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DDB; }

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

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

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

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

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

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

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

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