#D593DD

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

Shades of Plum #D593DD

Tints of Plum #D593DD

Color information

#D593DD (or 0xD593DD) is unknown color: approx Plum. HEX triplet: D5, 93 and DD. RGB value is (213,147,221). Sum of RGB (Red+Green+Blue) = 213+147+221=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D593DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593DD is #2A6C22. Grayscale: #AEAEAE. Windows color (decimal): -2780195 or 14521301. OLE color: 14521301.

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

Color convert

RGB213147221-
CMYK0.040.3300.13
HSL293.51º52.11%72.16%-
HSV(B)293.51º33.48%86.67%-
XYZ50.9340.2373.49-
YUV175.17153.87154.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=36.66%
G=25.30%
B=38.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131472210.040.3300.13293.5152.1172.16
HexD593DD4210D1263448
Octal32522333544101544664110
Binary110101011001001111011101100100001011011001001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593DD; }

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

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

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

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

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

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

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

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