#D58EDE

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

Shades of Plum #D58EDE

Tints of Plum #D58EDE

Color information

#D58EDE (or 0xD58EDE) is unknown color: approx Plum. HEX triplet: D5, 8E and DE. RGB value is (213,142,222). Sum of RGB (Red+Green+Blue) = 213+142+222=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D58EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EDE is #2A7121. Grayscale: #ACACAC. Windows color (decimal): -2781474 or 14585557. OLE color: 14585557.

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

Color convert

RGB213142222-
CMYK0.040.3600.13
HSL293.25º54.79%71.37%-
HSV(B)293.25º36.04%87.06%-
XYZ50.338.7773.94-
YUV172.35156.02157-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=36.92%
G=24.61%
B=38.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131422220.040.3600.13293.2554.7971.37
HexD58EDE4240D1253747
Octal32521633644401544567107
Binary110101011000111011011110100100100011011001001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EDE; }

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

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

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

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

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

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

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

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