#D58AD7

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

Shades of Plum #D58AD7

Tints of Plum #D58AD7

Color information

#D58AD7 (or 0xD58AD7) is unknown color: approx Plum. HEX triplet: D5, 8A and D7. RGB value is (213,138,215). Sum of RGB (Red+Green+Blue) = 213+138+215=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #D58AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD7 is #2A7528. Grayscale: #A8A8A8. Windows color (decimal): -2782505 or 14125781. OLE color: 14125781.

HSL color Cylindrical-coordinate representation of color #D58AD7: hue angle of 298.44º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58AD7 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213138215-
CMYK0.010.3600.16
HSL298.44º49.04%69.22%-
HSV(B)298.44º35.81%84.31%-
XYZ48.7937.2368.9-
YUV169.2153.85159.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 215 (84.38% from 255) = 37.99%
R=37.63%
G=24.38%
B=37.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131382150.010.3600.16298.4449.0469.22
HexD58AD712401012a3145
Octal32521232714402045261105
Binary11010101100010101101011111001000100001001010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AD7; }

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

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

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

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

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

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

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

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