#D19DD5

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

Shades of Plum #D19DD5

Tints of Plum #D19DD5

Color information

#D19DD5 (or 0xD19DD5) is unknown color: approx Plum. HEX triplet: D1, 9D and D5. RGB value is (209,157,213). Sum of RGB (Red+Green+Blue) = 209+157+213=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #D19DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DD5 is #2E622A. Grayscale: #B2B2B2. Windows color (decimal): -3039787 or 13999569. OLE color: 13999569.

HSL color Cylindrical-coordinate representation of color #D19DD5: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19DD5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209157213-
CMYK0.020.2600.16
HSL295.71º40%72.55%-
HSV(B)295.71º26.29%83.53%-
XYZ50.3642.4768.49-
YUV178.93147.23149.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=36.10%
G=27.12%
B=36.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091572130.020.2600.16295.714072.55
HexD19DD521A0101282849
Octal32123532523202045050111
Binary11010001100111011101010110110100100001001010001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19DD5; }

 p { color: rgb(209,157,213); }

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

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

 a { background-color: rgb(209,157,213); }

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

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

 span { border-color: rgb(209,157,213); }

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