#D58ED0

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

Shades of Plum #D58ED0

Tints of Plum #D58ED0

Color information

#D58ED0 (or 0xD58ED0) is unknown color: approx Plum. HEX triplet: D5, 8E and D0. RGB value is (213,142,208). Sum of RGB (Red+Green+Blue) = 213+142+208=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ED0 is #2A712F. Grayscale: #AAAAAA. Windows color (decimal): -2781488 or 13668053. OLE color: 13668053.

HSL color Cylindrical-coordinate representation of color #D58ED0: hue angle of 304.23º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58ED0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213142208-
CMYK00.330.020.16
HSL304.23º45.81%69.61%-
HSV(B)304.23º33.33%83.53%-
XYZ48.538.0564.46-
YUV170.75149.02158.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 142 (55.86% from 255) = 25.22%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=37.83%
G=25.22%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314220800.330.020.16304.2345.8169.61
HexD58ED00212101302e46
Octal32521632004122046056106
Binary110101011000111011010000010000110100001001100001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ED0; }

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

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

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

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

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

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

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

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