#D393D8

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

Shades of Plum #D393D8

Tints of Plum #D393D8

Color information

#D393D8 (or 0xD393D8) is unknown color: approx Plum. HEX triplet: D3, 93 and D8. RGB value is (211,147,216). Sum of RGB (Red+Green+Blue) = 211+147+216=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #D393D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393D8 is #2C6C27. Grayscale: #ADADAD. Windows color (decimal): -2911272 or 14193619. OLE color: 14193619.

HSL color Cylindrical-coordinate representation of color #D393D8: hue angle of 295.65º degrees, saturation: 0.47, 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 #D393D8 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211147216-
CMYK0.020.3200.15
HSL295.65º46.94%71.18%-
HSV(B)295.65º31.94%84.71%-
XYZ49.6939.6770-
YUV174151.7154.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=36.76%
G=25.61%
B=37.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111472160.020.3200.15295.6546.9471.18
HexD393D82200F1282f47
Octal32322333024001745057107
Binary11010011100100111101100010100000011111001010001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D393D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D393D8; }

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

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

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

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

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

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

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

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