#D49DDA

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

Shades of Plum #D49DDA

Tints of Plum #D49DDA

Color information

#D49DDA (or 0xD49DDA) is unknown color: approx Plum. HEX triplet: D4, 9D and DA. RGB value is (212,157,218). Sum of RGB (Red+Green+Blue) = 212+157+218=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D49DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DDA is #2B6225. Grayscale: #B4B4B4. Windows color (decimal): -2843174 or 14327252. OLE color: 14327252.

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

Color convert

RGB212157218-
CMYK0.030.2800.15
HSL294.1º45.19%73.53%-
HSV(B)294.1º27.98%85.49%-
XYZ51.8643.1771.93-
YUV180.4149.22150.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=36.12%
G=26.75%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121572180.030.2800.15294.145.1973.53
HexD49DDA31C0F1262d4a
Octal32423533233401744655112
Binary1101010010011101110110101111100011111001001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DDA; }

 p { color: rgb(212,157,218); }

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

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

 a { background-color: rgb(212,157,218); }

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

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

 span { border-color: rgb(212,157,218); }

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