#D49CD8

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

Shades of Plum #D49CD8

Tints of Plum #D49CD8

Color information

#D49CD8 (or 0xD49CD8) is unknown color: approx Plum. HEX triplet: D4, 9C and D8. RGB value is (212,156,216). Sum of RGB (Red+Green+Blue) = 212+156+216=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #D49CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CD8 is #2B6327. Grayscale: #B3B3B3. Windows color (decimal): -2843432 or 14195924. OLE color: 14195924.

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

Color convert

RGB212156216-
CMYK0.020.2800.15
HSL296º43.48%72.94%-
HSV(B)296º27.78%84.71%-
XYZ51.4342.7370.5-
YUV179.58148.55151.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=36.30%
G=26.71%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121562160.020.2800.1529643.4872.94
HexD49CD821C0F1282b49
Octal32423433023401745053111
Binary1101010010011100110110001011100011111001010001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CD8; }

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

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

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

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

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

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

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

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