#D59CDA

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

Shades of Plum #D59CDA

Tints of Plum #D59CDA

Color information

#D59CDA (or 0xD59CDA) is unknown color: approx Plum. HEX triplet: D5, 9C and DA. RGB value is (213,156,218). Sum of RGB (Red+Green+Blue) = 213+156+218=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D59CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDA is #2A6325. Grayscale: #B3B3B3. Windows color (decimal): -2777894 or 14326997. OLE color: 14326997.

HSL color Cylindrical-coordinate representation of color #D59CDA: hue angle of 295.16º degrees, saturation: 0.46, 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 #D59CDA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213156218-
CMYK0.020.2800.15
HSL295.16º45.59%73.33%-
HSV(B)295.16º28.44%85.49%-
XYZ51.9842.9971.89-
YUV180.11149.38151.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=36.29%
G=26.58%
B=37.14%

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
Decimal2131562180.020.2800.15295.1645.5973.33
HexD59CDA21C0F1272e49
Octal32523433223401744756111
Binary1101010110011100110110101011100011111001001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CDA; }

 p { color: rgb(213,156,218); }

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

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

 a { background-color: rgb(213,156,218); }

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

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

 span { border-color: rgb(213,156,218); }

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