#D899D6

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

Shades of Plum #D899D6

Tints of Plum #D899D6

Color information

#D899D6 (or 0xD899D6) is unknown color: approx Plum. HEX triplet: D8, 99 and D6. RGB value is (216,153,214). Sum of RGB (Red+Green+Blue) = 216+153+214=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D899D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899D6 is #276629. Grayscale: #B2B2B2. Windows color (decimal): -2582058 or 14064088. OLE color: 14064088.

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

Color convert

RGB216153214-
CMYK00.290.010.15
HSL301.9º44.68%72.35%-
HSV(B)301.9º29.17%84.71%-
XYZ51.8542.2469.04-
YUV178.79147.87154.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 214 (83.98% from 255) = 36.71%
R=37.05%
G=26.24%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615321400.290.010.15301.944.6872.35
HexD899D601D1F12e2d48
Octal33023132603511745655110
Binary110110001001100111010110011101111111001011101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899D6; }

 p { color: rgb(216,153,214); }

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

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

 a { background-color: rgb(216,153,214); }

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

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

 span { border-color: rgb(216,153,214); }

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