#D494E1

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

Shades of Plum #D494E1

Tints of Plum #D494E1

Color information

#D494E1 (or 0xD494E1) is unknown color: approx Plum. HEX triplet: D4, 94 and E1. RGB value is (212,148,225). Sum of RGB (Red+Green+Blue) = 212+148+225=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #D494E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494E1 is #2B6B1E. Grayscale: #AFAFAF. Windows color (decimal): -2845471 or 14783700. OLE color: 14783700.

HSL color Cylindrical-coordinate representation of color #D494E1: hue angle of 289.87º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D494E1 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212148225-
CMYK0.060.3400.12
HSL289.87º56.2%73.14%-
HSV(B)289.87º34.22%88.24%-
XYZ51.3340.6176.37-
YUV175.91155.7153.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=36.24%
G=25.30%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121482250.060.3400.12289.8756.273.14
HexD494E16220C1223849
Octal32422434164201444270111
Binary110101001001010011100001110100010011001001000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494E1; }

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

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

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

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

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

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

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

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