#D49BDB

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

Shades of Plum #D49BDB

Tints of Plum #D49BDB

Color information

#D49BDB (or 0xD49BDB) is unknown color: approx Plum. HEX triplet: D4, 9B and DB. RGB value is (212,155,219). Sum of RGB (Red+Green+Blue) = 212+155+219=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D49BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BDB is #2B6424. Grayscale: #B3B3B3. Windows color (decimal): -2843685 or 14392276. OLE color: 14392276.

HSL color Cylindrical-coordinate representation of color #D49BDB: hue angle of 293.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49BDB is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212155219-
CMYK0.030.2900.14
HSL293.44º47.06%73.33%-
HSV(B)293.44º29.22%85.88%-
XYZ51.6642.5572.51-
YUV179.34150.38151.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=36.18%
G=26.45%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121552190.030.2900.14293.4447.0673.33
HexD49BDB31D0E1252f49
Octal32423333333501644557111
Binary1101010010011011110110111111101011101001001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BDB; }

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

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

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

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

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

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

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

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