#D58EDF

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

Shades of Plum #D58EDF

Tints of Plum #D58EDF

Color information

#D58EDF (or 0xD58EDF) is unknown color: approx Plum. HEX triplet: D5, 8E and DF. RGB value is (213,142,223). Sum of RGB (Red+Green+Blue) = 213+142+223=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EDF is #2A7120. Grayscale: #ACACAC. Windows color (decimal): -2781473 or 14651093. OLE color: 14651093.

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

Color convert

RGB213142223-
CMYK0.040.3600.13
HSL292.59º55.86%71.57%-
HSV(B)292.59º36.32%87.45%-
XYZ50.4338.8274.65-
YUV172.46156.52156.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=36.85%
G=24.57%
B=38.58%

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
Decimal2131422230.040.3600.13292.5955.8671.57
HexD58EDF4240D1253848
Octal32521633744401544570110
Binary110101011000111011011111100100100011011001001011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EDF; }

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

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

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

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

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

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

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

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