#D58AE3

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

Shades of Plum #D58AE3

Tints of Plum #D58AE3

Color information

#D58AE3 (or 0xD58AE3) is unknown color: approx Plum. HEX triplet: D5, 8A and E3. RGB value is (213,138,227). Sum of RGB (Red+Green+Blue) = 213+138+227=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #D58AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AE3 is #2A751C. Grayscale: #AAAAAA. Windows color (decimal): -2782493 or 14912213. OLE color: 14912213.

HSL color Cylindrical-coordinate representation of color #D58AE3: hue angle of 290.56º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58AE3 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213138227-
CMYK0.060.3900.11
HSL290.56º61.38%71.57%-
HSV(B)290.56º39.21%89.02%-
XYZ50.3937.8777.33-
YUV170.57159.85158.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 227 (89.06% from 255) = 39.27%
R=36.85%
G=23.88%
B=39.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2131382270.060.3900.11290.5661.3871.57
HexD58AE36270B1233d48
Octal32521234364701344375110
Binary110101011000101011100011110100111010111001000111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AE3; }

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

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

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

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

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

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

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

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