#D393DC

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

Shades of Plum #D393DC

Tints of Plum #D393DC

Color information

#D393DC (or 0xD393DC) is unknown color: approx Plum. HEX triplet: D3, 93 and DC. RGB value is (211,147,220). Sum of RGB (Red+Green+Blue) = 211+147+220=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D393DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393DC is #2C6C23. Grayscale: #AEAEAE. Windows color (decimal): -2911268 or 14455763. OLE color: 14455763.

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

Color convert

RGB211147220-
CMYK0.040.3300.14
HSL292.6º51.05%71.96%-
HSV(B)292.6º33.18%86.27%-
XYZ50.2239.8872.76-
YUV174.46153.7154.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=36.51%
G=25.43%
B=38.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111472200.040.3300.14292.651.0571.96
HexD393DC4210E1253348
Octal32322333444101644563110
Binary110100111001001111011100100100001011101001001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D393DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D393DC; }

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

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

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

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

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

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

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

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