#D897DA

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

Shades of Plum #D897DA

Tints of Plum #D897DA

Color information

#D897DA (or 0xD897DA) is unknown color: approx Plum. HEX triplet: D8, 97 and DA. RGB value is (216,151,218). Sum of RGB (Red+Green+Blue) = 216+151+218=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D897DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897DA is #276825. Grayscale: #B1B1B1. Windows color (decimal): -2582566 or 14325720. OLE color: 14325720.

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

Color convert

RGB216151218-
CMYK0.010.3100.15
HSL298.21º47.52%72.35%-
HSV(B)298.21º30.73%85.49%-
XYZ52.0441.7971.65-
YUV178.07150.53155.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=36.92%
G=25.81%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161512180.010.3100.15298.2147.5272.35
HexD897DA11F0F12a3048
Octal33022733213701745260110
Binary110110001001011111011010111111011111001010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D897DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D897DA; }

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

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

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

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

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

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

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

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