#D494D3

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

Shades of Plum #D494D3

Tints of Plum #D494D3

Color information

#D494D3 (or 0xD494D3) is unknown color: approx Plum. HEX triplet: D4, 94 and D3. RGB value is (212,148,211). Sum of RGB (Red+Green+Blue) = 212+148+211=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D494D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494D3 is #2B6B2C. Grayscale: #AEAEAE. Windows color (decimal): -2845485 or 13866196. OLE color: 13866196.

HSL color Cylindrical-coordinate representation of color #D494D3: hue angle of 300.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494D3 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB212148211-
CMYK00.300.000.17
HSL300.94º42.67%70.59%-
HSV(B)300.94º30.19%83.14%-
XYZ49.539.8866.72-
YUV174.32148.7154.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 211 (82.81% from 255) = 36.95%
R=37.13%
G=25.92%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214821100.300.000.17300.9442.6770.59
HexD494D301E01112d2b47
Octal32422432303602145553107
Binary1101010010010100110100110111100100011001011011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494D3; }

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

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

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

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

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

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

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

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