#D393DF

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

Shades of Plum #D393DF

Tints of Plum #D393DF

Color information

#D393DF (or 0xD393DF) is unknown color: approx Plum. HEX triplet: D3, 93 and DF. RGB value is (211,147,223). Sum of RGB (Red+Green+Blue) = 211+147+223=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D393DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393DF is #2C6C20. Grayscale: #AEAEAE. Windows color (decimal): -2911265 or 14652371. OLE color: 14652371.

HSL color Cylindrical-coordinate representation of color #D393DF: hue angle of 290.53º 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 #D393DF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211147223-
CMYK0.050.3400.13
HSL290.53º54.29%72.55%-
HSV(B)290.53º34.08%87.45%-
XYZ50.6240.0474.87-
YUV174.8155.2153.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=36.32%
G=25.30%
B=38.38%

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
Decimal2111472230.050.3400.13290.5354.2972.55
HexD393DF5220D1233649
Octal32322333754201544366111
Binary110100111001001111011111101100010011011001000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D393DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D393DF; }

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

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

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

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

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

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

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

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