#D393D9

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

Shades of Plum #D393D9

Tints of Plum #D393D9

Color information

#D393D9 (or 0xD393D9) is unknown color: approx Plum. HEX triplet: D3, 93 and D9. RGB value is (211,147,217). Sum of RGB (Red+Green+Blue) = 211+147+217=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #D393D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393D9 is #2C6C26. Grayscale: #ADADAD. Windows color (decimal): -2911271 or 14259155. OLE color: 14259155.

HSL color Cylindrical-coordinate representation of color #D393D9: hue angle of 294.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D393D9 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211147217-
CMYK0.030.3200.15
HSL294.86º47.95%71.37%-
HSV(B)294.86º32.26%85.1%-
XYZ49.8239.7370.69-
YUV174.12152.2154.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=36.70%
G=25.57%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111472170.030.3200.15294.8647.9571.37
HexD393D93200F1273047
Octal32322333134001744760107
Binary11010011100100111101100111100000011111001001111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D393D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D393D9; }

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

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

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

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

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

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

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

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