#D59DD3

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

Shades of Plum #D59DD3

Tints of Plum #D59DD3

Color information

#D59DD3 (or 0xD59DD3) is unknown color: approx Plum. HEX triplet: D5, 9D and D3. RGB value is (213,157,211). Sum of RGB (Red+Green+Blue) = 213+157+211=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD3 is #2A622C. Grayscale: #B3B3B3. Windows color (decimal): -2777645 or 13868501. OLE color: 13868501.

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

Color convert

RGB213157211-
CMYK00.260.010.16
HSL302.14º40%72.55%-
HSV(B)302.14º26.29%83.53%-
XYZ51.2642.9667.22-
YUV179.9145.55151.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=36.66%
G=27.02%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315721100.260.010.16302.144072.55
HexD59DD301A11012e2849
Octal32523532303212045650111
Binary1101010110011101110100110110101100001001011101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DD3; }

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

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

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

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

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

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

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

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