#D49DDD

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

Shades of Plum #D49DDD

Tints of Plum #D49DDD

Color information

#D49DDD (or 0xD49DDD) is unknown color: approx Plum. HEX triplet: D4, 9D and DD. RGB value is (212,157,221). Sum of RGB (Red+Green+Blue) = 212+157+221=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D49DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DDD is #2B6222. Grayscale: #B4B4B4. Windows color (decimal): -2843171 or 14523860. OLE color: 14523860.

HSL color Cylindrical-coordinate representation of color #D49DDD: hue angle of 291.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49DDD is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212157221-
CMYK0.040.2900.13
HSL291.56º48.48%74.12%-
HSV(B)291.56º28.96%86.67%-
XYZ52.2643.3374.02-
YUV180.74150.72150.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=35.93%
G=26.61%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121572210.040.2900.13291.5648.4874.12
HexD49DDD41D0D124304a
Octal32423533543501544460112
Binary11010100100111011101110110011101011011001001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DDD; }

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

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

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

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

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

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

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

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