#D593DF

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

Shades of Plum #D593DF

Tints of Plum #D593DF

Color information

#D593DF (or 0xD593DF) is unknown color: approx Plum. HEX triplet: D5, 93 and DF. RGB value is (213,147,223). Sum of RGB (Red+Green+Blue) = 213+147+223=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D593DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593DF is #2A6C20. Grayscale: #AFAFAF. Windows color (decimal): -2780193 or 14652373. OLE color: 14652373.

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

Color convert

RGB213147223-
CMYK0.040.3400.13
HSL292.11º54.29%72.55%-
HSV(B)292.11º34.08%87.45%-
XYZ51.1940.3474.9-
YUV175.4154.87154.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=36.54%
G=25.21%
B=38.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131472230.040.3400.13292.1154.2972.55
HexD593DF4220D1243649
Octal32522333744201544466111
Binary110101011001001111011111100100010011011001001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593DF; }

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

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

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

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

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

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

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

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