#D58EE0

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

Shades of Plum #D58EE0

Tints of Plum #D58EE0

Color information

#D58EE0 (or 0xD58EE0) is unknown color: approx Plum. HEX triplet: D5, 8E and E0. RGB value is (213,142,224). Sum of RGB (Red+Green+Blue) = 213+142+224=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #D58EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EE0 is #2A711F. Grayscale: #ACACAC. Windows color (decimal): -2781472 or 14716629. OLE color: 14716629.

HSL color Cylindrical-coordinate representation of color #D58EE0: hue angle of 291.95º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58EE0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213142224-
CMYK0.050.3700.12
HSL291.95º56.94%71.76%-
HSV(B)291.95º36.61%87.84%-
XYZ50.5738.8775.36-
YUV172.58157.02156.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=36.79%
G=24.53%
B=38.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131422240.050.3700.12291.9556.9471.76
HexD58EE05250C1243948
Octal32521634054501444471110
Binary110101011000111011100000101100101011001001001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EE0; }

 p { color: rgb(213,142,224); }

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

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

 a { background-color: rgb(213,142,224); }

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

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

 span { border-color: rgb(213,142,224); }

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