#D496E0

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

Shades of Plum #D496E0

Tints of Plum #D496E0

Color information

#D496E0 (or 0xD496E0) is unknown color: approx Plum. HEX triplet: D4, 96 and E0. RGB value is (212,150,224). Sum of RGB (Red+Green+Blue) = 212+150+224=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #D496E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496E0 is #2B691F. Grayscale: #B0B0B0. Windows color (decimal): -2844960 or 14718676. OLE color: 14718676.

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

Color convert

RGB212150224-
CMYK0.050.3300.12
HSL290.27º54.41%73.33%-
HSV(B)290.27º33.04%87.84%-
XYZ51.5141.1975.76-
YUV176.97154.54152.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=36.18%
G=25.60%
B=38.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121502240.050.3300.12290.2754.4173.33
HexD496E05210C1223649
Octal32422634054101444266111
Binary110101001001011011100000101100001011001001000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496E0; }

 p { color: rgb(212,150,224); }

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

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

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

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

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

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

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