#D58ED8

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

Shades of Plum #D58ED8

Tints of Plum #D58ED8

Color information

#D58ED8 (or 0xD58ED8) is unknown color: approx Plum. HEX triplet: D5, 8E and D8. RGB value is (213,142,216). Sum of RGB (Red+Green+Blue) = 213+142+216=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #D58ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ED8 is #2A7127. Grayscale: #ABABAB. Windows color (decimal): -2781480 or 14192341. OLE color: 14192341.

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

Color convert

RGB213142216-
CMYK0.010.3400.15
HSL297.57º48.68%70.2%-
HSV(B)297.57º34.26%84.71%-
XYZ49.5138.4569.78-
YUV171.66153.02157.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=37.30%
G=24.87%
B=37.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131422160.010.3400.15297.5748.6870.2
HexD58ED81220F12a3146
Octal32521633014201745261106
Binary1101010110001110110110001100010011111001010101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ED8; }

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

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

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

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

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

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

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

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