#D59DD2

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

Shades of Plum #D59DD2

Tints of Plum #D59DD2

Color information

#D59DD2 (or 0xD59DD2) is unknown color: approx Plum. HEX triplet: D5, 9D and D2. RGB value is (213,157,210). Sum of RGB (Red+Green+Blue) = 213+157+210=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD2 is #2A622D. Grayscale: #B3B3B3. Windows color (decimal): -2777646 or 13802965. OLE color: 13802965.

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

Color convert

RGB213157210-
CMYK00.260.010.16
HSL303.21º40%72.55%-
HSV(B)303.21º26.29%83.53%-
XYZ51.1342.9166.56-
YUV179.79145.05151.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=36.72%
G=27.07%
B=36.21%

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
Decimal21315721000.260.010.16303.214072.55
HexD59DD201A11012f2849
Octal32523532203212045750111
Binary1101010110011101110100100110101100001001011111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DD2; }

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

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

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

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

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

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

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

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