#D491D8

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

Shades of Plum #D491D8

Tints of Plum #D491D8

Color information

#D491D8 (or 0xD491D8) is unknown color: approx Plum. HEX triplet: D4, 91 and D8. RGB value is (212,145,216). Sum of RGB (Red+Green+Blue) = 212+145+216=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #D491D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491D8 is #2B6E27. Grayscale: #ACACAC. Windows color (decimal): -2846248 or 14193108. OLE color: 14193108.

HSL color Cylindrical-coordinate representation of color #D491D8: hue angle of 296.62º 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 #D491D8 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212145216-
CMYK0.020.3300.15
HSL296.62º47.65%70.78%-
HSV(B)296.62º32.87%84.71%-
XYZ49.6739.2169.92-
YUV173.13152.2155.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=37.00%
G=25.31%
B=37.70%

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
Decimal2121452160.020.3300.15296.6247.6570.78
HexD491D82210F1293047
Octal32422133024101745160107
Binary11010100100100011101100010100001011111001010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491D8; }

 p { color: rgb(212,145,216); }

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

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

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

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

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

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

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