#D49CD3

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

Shades of Plum #D49CD3

Tints of Plum #D49CD3

Color information

#D49CD3 (or 0xD49CD3) is unknown color: approx Plum. HEX triplet: D4, 9C and D3. RGB value is (212,156,211). Sum of RGB (Red+Green+Blue) = 212+156+211=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CD3 is #2B632C. Grayscale: #B2B2B2. Windows color (decimal): -2843437 or 13868244. OLE color: 13868244.

HSL color Cylindrical-coordinate representation of color #D49CD3: hue angle of 301.07º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CD3 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB212156211-
CMYK00.260.000.17
HSL301.07º39.44%72.16%-
HSV(B)301.07º26.42%83.14%-
XYZ50.842.4867.15-
YUV179.01146.05151.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=36.61%
G=26.94%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215621100.260.000.17301.0739.4472.16
HexD49CD301A01112d2748
Octal32423432303202145547110
Binary1101010010011100110100110110100100011001011011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CD3; }

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

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

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

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

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

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

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

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