#D492D9

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

Shades of Plum #D492D9

Tints of Plum #D492D9

Color information

#D492D9 (or 0xD492D9) is unknown color: approx Plum. HEX triplet: D4, 92 and D9. RGB value is (212,146,217). Sum of RGB (Red+Green+Blue) = 212+146+217=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #D492D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492D9 is #2B6D26. Grayscale: #ADADAD. Windows color (decimal): -2845991 or 14258900. OLE color: 14258900.

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

Color convert

RGB212146217-
CMYK0.020.3300.15
HSL295.77º48.3%71.18%-
HSV(B)295.77º32.72%85.1%-
XYZ49.9539.5670.65-
YUV173.83152.37155.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=36.87%
G=25.39%
B=37.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121462170.020.3300.15295.7748.371.18
HexD492D92210F1283047
Octal32422233124101745060107
Binary11010100100100101101100110100001011111001010001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492D9; }

 p { color: rgb(212,146,217); }

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

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

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

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

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

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

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