#D493D9

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

Shades of Plum #D493D9

Tints of Plum #D493D9

Color information

#D493D9 (or 0xD493D9) is unknown color: approx Plum. HEX triplet: D4, 93 and D9. RGB value is (212,147,217). Sum of RGB (Red+Green+Blue) = 212+147+217=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #D493D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493D9 is #2B6C26. Grayscale: #AEAEAE. Windows color (decimal): -2845735 or 14259156. OLE color: 14259156.

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

Color convert

RGB212147217-
CMYK0.020.3200.15
HSL295.71º47.95%71.37%-
HSV(B)295.71º32.26%85.1%-
XYZ50.1139.8770.7-
YUV174.42152.03154.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 147 (57.81% from 255) = 25.52%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=36.81%
G=25.52%
B=37.67%

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
Decimal2121472170.020.3200.15295.7147.9571.37
HexD493D92200F1283047
Octal32422333124001745060107
Binary11010100100100111101100110100000011111001010001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493D9; }

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

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

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

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

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

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

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

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