#D49BDC

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

Shades of Plum #D49BDC

Tints of Plum #D49BDC

Color information

#D49BDC (or 0xD49BDC) is unknown color: approx Plum. HEX triplet: D4, 9B and DC. RGB value is (212,155,220). Sum of RGB (Red+Green+Blue) = 212+155+220=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D49BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BDC is #2B6423. Grayscale: #B3B3B3. Windows color (decimal): -2843684 or 14457812. OLE color: 14457812.

HSL color Cylindrical-coordinate representation of color #D49BDC: hue angle of 292.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49BDC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212155220-
CMYK0.040.3000.14
HSL292.62º48.15%73.53%-
HSV(B)292.62º29.55%86.27%-
XYZ51.7942.6173.2-
YUV179.45150.88151.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 155 (60.94% from 255) = 26.41%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=36.12%
G=26.41%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121552200.040.3000.14292.6248.1573.53
HexD49BDC41E0E125304a
Octal32423333443601644560112
Binary11010100100110111101110010011110011101001001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BDC; }

 p { color: rgb(212,155,220); }

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

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

 a { background-color: rgb(212,155,220); }

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

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

 span { border-color: rgb(212,155,220); }

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