#D58ADD

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

Shades of Plum #D58ADD

Tints of Plum #D58ADD

Color information

#D58ADD (or 0xD58ADD) is unknown color: approx Plum. HEX triplet: D5, 8A and DD. RGB value is (213,138,221). Sum of RGB (Red+Green+Blue) = 213+138+221=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D58ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADD is #2A7522. Grayscale: #A9A9A9. Windows color (decimal): -2782499 or 14518997. OLE color: 14518997.

HSL color Cylindrical-coordinate representation of color #D58ADD: hue angle of 294.22º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58ADD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213138221-
CMYK0.040.3800.13
HSL294.22º54.97%70.39%-
HSV(B)294.22º37.56%86.67%-
XYZ49.5837.5473.04-
YUV169.89156.85158.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=37.24%
G=24.13%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131382210.040.3800.13294.2254.9770.39
HexD58ADD4260D1263746
Octal32521233544601544667106
Binary110101011000101011011101100100110011011001001101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ADD; }

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

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

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

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

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

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

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

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