#D899DA

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

Shades of Plum #D899DA

Tints of Plum #D899DA

Color information

#D899DA (or 0xD899DA) is unknown color: approx Plum. HEX triplet: D8, 99 and DA. RGB value is (216,153,218). Sum of RGB (Red+Green+Blue) = 216+153+218=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D899DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899DA is #276625. Grayscale: #B3B3B3. Windows color (decimal): -2582054 or 14326232. OLE color: 14326232.

HSL color Cylindrical-coordinate representation of color #D899DA: hue angle of 298.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D899DA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216153218-
CMYK0.010.3000.15
HSL298.15º46.76%72.75%-
HSV(B)298.15º29.82%85.49%-
XYZ52.3742.4471.76-
YUV179.25149.87154.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=36.80%
G=26.06%
B=37.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161532180.010.3000.15298.1546.7672.75
HexD899DA11E0F12a2f49
Octal33023133213601745257111
Binary110110001001100111011010111110011111001010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899DA; }

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

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

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

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

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

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

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

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