#D494D4

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

Shades of Plum #D494D4

Tints of Plum #D494D4

Color information

#D494D4 (or 0xD494D4) is unknown color: approx Plum. HEX triplet: D4, 94 and D4. RGB value is (212,148,212). Sum of RGB (Red+Green+Blue) = 212+148+212=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D494D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494D4 is #2B6B2B. Grayscale: #AEAEAE. Windows color (decimal): -2845484 or 13931732. OLE color: 13931732.

HSL color Cylindrical-coordinate representation of color #D494D4: hue angle of 300º 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 #D494D4 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB212148212-
CMYK00.3000.17
HSL300º42.67%70.59%-
HSV(B)300º30.19%83.14%-
XYZ49.6239.9367.38-
YUV174.43149.2154.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=37.06%
G=25.87%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214821200.3000.1730042.6770.59
HexD494D401E01112c2b47
Octal32422432403602145453107
Binary1101010010010100110101000111100100011001011001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494D4; }

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

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

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

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

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

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

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

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