#D593E1

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

Shades of Plum #D593E1

Tints of Plum #D593E1

Color information

#D593E1 (or 0xD593E1) is unknown color: approx Plum. HEX triplet: D5, 93 and E1. RGB value is (213,147,225). Sum of RGB (Red+Green+Blue) = 213+147+225=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #D593E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593E1 is #2A6C1E. Grayscale: #AFAFAF. Windows color (decimal): -2780191 or 14783445. OLE color: 14783445.

HSL color Cylindrical-coordinate representation of color #D593E1: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D593E1 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213147225-
CMYK0.050.3500.12
HSL290.77º56.52%72.94%-
HSV(B)290.77º34.67%88.24%-
XYZ51.4640.4576.33-
YUV175.63155.87154.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=36.41%
G=25.13%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131472250.050.3500.12290.7756.5272.94
HexD593E15230C1233949
Octal32522334154301444371111
Binary110101011001001111100001101100011011001001000111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593E1; }

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

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

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

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

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

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

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

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