#D199D7

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

Shades of Plum #D199D7

Tints of Plum #D199D7

Color information

#D199D7 (or 0xD199D7) is unknown color: approx Plum. HEX triplet: D1, 99 and D7. RGB value is (209,153,215). Sum of RGB (Red+Green+Blue) = 209+153+215=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #D199D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199D7 is #2E6628. Grayscale: #B0B0B0. Windows color (decimal): -3040809 or 14129617. OLE color: 14129617.

HSL color Cylindrical-coordinate representation of color #D199D7: hue angle of 294.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D199D7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209153215-
CMYK0.030.2900.16
HSL294.19º43.66%72.16%-
HSV(B)294.19º28.84%84.31%-
XYZ49.9541.2469.62-
YUV176.81149.55150.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 215 (84.38% from 255) = 37.26%
R=36.22%
G=26.52%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091532150.030.2900.16294.1943.6672.16
HexD199D731D0101262c48
Octal32123132733502044654110
Binary11010001100110011101011111111010100001001001101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D199D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D199D7; }

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

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

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

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

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

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

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

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