#D58AD9

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

Shades of Plum #D58AD9

Tints of Plum #D58AD9

Color information

#D58AD9 (or 0xD58AD9) is unknown color: approx Plum. HEX triplet: D5, 8A and D9. RGB value is (213,138,217). Sum of RGB (Red+Green+Blue) = 213+138+217=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #D58AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD9 is #2A7526. Grayscale: #A9A9A9. Windows color (decimal): -2782503 or 14256853. OLE color: 14256853.

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

Color convert

RGB213138217-
CMYK0.020.3600.15
HSL296.96º50.97%69.61%-
HSV(B)296.96º36.41%85.1%-
XYZ49.0537.3370.27-
YUV169.43154.85159.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=37.5%
G=24.30%
B=38.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131382170.020.3600.15296.9650.9769.61
HexD58AD92240F1293346
Octal32521233124401745163106
Binary11010101100010101101100110100100011111001010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AD9; }

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

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

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

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

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

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

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

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