#D49DDB

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

Shades of Plum #D49DDB

Tints of Plum #D49DDB

Color information

#D49DDB (or 0xD49DDB) is unknown color: approx Plum. HEX triplet: D4, 9D and DB. RGB value is (212,157,219). Sum of RGB (Red+Green+Blue) = 212+157+219=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D49DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DDB is #2B6224. Grayscale: #B4B4B4. Windows color (decimal): -2843173 or 14392788. OLE color: 14392788.

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

Color convert

RGB212157219-
CMYK0.030.2800.14
HSL293.23º46.27%73.73%-
HSV(B)293.23º28.31%85.88%-
XYZ51.9943.2372.62-
YUV180.51149.72150.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=36.05%
G=26.70%
B=37.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121572190.030.2800.14293.2346.2773.73
HexD49DDB31C0E1252e4a
Octal32423533333401644556112
Binary1101010010011101110110111111100011101001001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DDB; }

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

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

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

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

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

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

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

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