#D58EDB

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

Shades of Plum #D58EDB

Tints of Plum #D58EDB

Color information

#D58EDB (or 0xD58EDB) is unknown color: approx Plum. HEX triplet: D5, 8E and DB. RGB value is (213,142,219). Sum of RGB (Red+Green+Blue) = 213+142+219=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D58EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EDB is #2A7124. Grayscale: #ABABAB. Windows color (decimal): -2781477 or 14388949. OLE color: 14388949.

HSL color Cylindrical-coordinate representation of color #D58EDB: hue angle of 295.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58EDB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213142219-
CMYK0.030.3500.14
HSL295.32º51.68%70.78%-
HSV(B)295.32º35.16%85.88%-
XYZ49.938.6171.84-
YUV172.01154.52157.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=37.11%
G=24.74%
B=38.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131422190.030.3500.14295.3251.6870.78
HexD58EDB3230E1273447
Octal32521633334301644764107
Binary11010101100011101101101111100011011101001001111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EDB; }

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

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

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

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

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

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

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

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