#D494D8

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

Shades of Plum #D494D8

Tints of Plum #D494D8

Color information

#D494D8 (or 0xD494D8) is unknown color: approx Plum. HEX triplet: D4, 94 and D8. RGB value is (212,148,216). Sum of RGB (Red+Green+Blue) = 212+148+216=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #D494D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494D8 is #2B6B27. Grayscale: #AEAEAE. Windows color (decimal): -2845480 or 14193876. OLE color: 14193876.

HSL color Cylindrical-coordinate representation of color #D494D8: hue angle of 296.47º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D494D8 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212148216-
CMYK0.020.3100.15
HSL296.47º46.58%71.37%-
HSV(B)296.47º31.48%84.71%-
XYZ50.1440.1370.07-
YUV174.89151.2154.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=36.81%
G=25.69%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121482160.020.3100.15296.4746.5871.37
HexD494D821F0F1282f47
Octal32422433023701745057107
Binary1101010010010100110110001011111011111001010001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494D8; }

 p { color: rgb(212,148,216); }

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

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

 a { background-color: rgb(212,148,216); }

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

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

 span { border-color: rgb(212,148,216); }

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