#D493DC

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

Shades of Plum #D493DC

Tints of Plum #D493DC

Color information

#D493DC (or 0xD493DC) is unknown color: approx Plum. HEX triplet: D4, 93 and DC. RGB value is (212,147,220). Sum of RGB (Red+Green+Blue) = 212+147+220=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #D493DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493DC is #2B6C23. Grayscale: #AEAEAE. Windows color (decimal): -2845732 or 14455764. OLE color: 14455764.

HSL color Cylindrical-coordinate representation of color #D493DC: hue angle of 293.42º 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 #D493DC is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212147220-
CMYK0.040.3300.14
HSL293.42º51.05%71.96%-
HSV(B)293.42º33.18%86.27%-
XYZ50.540.0372.78-
YUV174.76153.53154.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=36.61%
G=25.39%
B=38.00%

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
Decimal2121472200.040.3300.14293.4251.0571.96
HexD493DC4210E1253348
Octal32422333444101644563110
Binary110101001001001111011100100100001011101001001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493DC; }

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

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

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

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

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

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

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

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