#D199D9

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

Shades of Plum #D199D9

Tints of Plum #D199D9

Color information

#D199D9 (or 0xD199D9) is unknown color: approx Plum. HEX triplet: D1, 99 and D9. RGB value is (209,153,217). Sum of RGB (Red+Green+Blue) = 209+153+217=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #D199D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199D9 is #2E6626. Grayscale: #B0B0B0. Windows color (decimal): -3040807 or 14260689. OLE color: 14260689.

HSL color Cylindrical-coordinate representation of color #D199D9: hue angle of 292.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D199D9 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209153217-
CMYK0.040.2900.15
HSL292.5º45.71%72.55%-
HSV(B)292.5º29.49%85.1%-
XYZ50.2141.3570.98-
YUV177.04150.55150.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=36.10%
G=26.42%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091532170.040.2900.15292.545.7172.55
HexD199D941D0F1242e49
Octal32123133143501744456111
Binary11010001100110011101100110011101011111001001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D199D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D199D9; }

 p { color: rgb(209,153,217); }

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

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

 a { background-color: rgb(209,153,217); }

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

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

 span { border-color: rgb(209,153,217); }

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