#D393DE

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

Shades of Plum #D393DE

Tints of Plum #D393DE

Color information

#D393DE (or 0xD393DE) is unknown color: approx Plum. HEX triplet: D3, 93 and DE. RGB value is (211,147,222). Sum of RGB (Red+Green+Blue) = 211+147+222=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D393DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393DE is #2C6C21. Grayscale: #AEAEAE. Windows color (decimal): -2911266 or 14586835. OLE color: 14586835.

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

Color convert

RGB211147222-
CMYK0.050.3400.13
HSL291.2º53.19%72.35%-
HSV(B)291.2º33.78%87.06%-
XYZ50.4839.9974.17-
YUV174.69154.7153.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.38%
GREEN value IS 147 (57.81% from 255) = 25.34%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=36.38%
G=25.34%
B=38.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111472220.050.3400.13291.253.1972.35
HexD393DE5220D1233548
Octal32322333654201544365110
Binary110100111001001111011110101100010011011001000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D393DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D393DE; }

 p { color: rgb(211,147,222); }

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

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

 a { background-color: rgb(211,147,222); }

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

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

 span { border-color: rgb(211,147,222); }

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