#D59DD9

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

Shades of Plum #D59DD9

Tints of Plum #D59DD9

Color information

#D59DD9 (or 0xD59DD9) is unknown color: approx Plum. HEX triplet: D5, 9D and D9. RGB value is (213,157,217). Sum of RGB (Red+Green+Blue) = 213+157+217=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #D59DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD9 is #2A6226. Grayscale: #B4B4B4. Windows color (decimal): -2777639 or 14261717. OLE color: 14261717.

HSL color Cylindrical-coordinate representation of color #D59DD9: hue angle of 296º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59DD9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213157217-
CMYK0.020.2800.15
HSL296º44.12%73.33%-
HSV(B)296º27.65%85.1%-
XYZ52.0243.2771.26-
YUV180.58148.55151.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=36.29%
G=26.75%
B=36.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131572170.020.2800.1529644.1273.33
HexD59DD921C0F1282c49
Octal32523533123401745054111
Binary1101010110011101110110011011100011111001010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DD9; }

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

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

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

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

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

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

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

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