#D493D6

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

Shades of Plum #D493D6

Tints of Plum #D493D6

Color information

#D493D6 (or 0xD493D6) is unknown color: approx Plum. HEX triplet: D4, 93 and D6. RGB value is (212,147,214). Sum of RGB (Red+Green+Blue) = 212+147+214=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #D493D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493D6 is #2B6C29. Grayscale: #ADADAD. Windows color (decimal): -2845738 or 14062548. OLE color: 14062548.

HSL color Cylindrical-coordinate representation of color #D493D6: hue angle of 298.21º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493D6 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212147214-
CMYK0.010.3100.16
HSL298.21º44.97%70.78%-
HSV(B)298.21º31.31%83.92%-
XYZ49.7239.7268.66-
YUV174.07150.53155.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=37.00%
G=25.65%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121472140.010.3100.16298.2144.9770.78
HexD493D611F01012a2d47
Octal32422332613702045255107
Binary1101010010010011110101101111110100001001010101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493D6; }

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

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

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

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

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

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

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

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