#D897DD

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

Shades of Plum #D897DD

Tints of Plum #D897DD

Color information

#D897DD (or 0xD897DD) is unknown color: approx Plum. HEX triplet: D8, 97 and DD. RGB value is (216,151,221). Sum of RGB (Red+Green+Blue) = 216+151+221=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D897DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897DD is #276822. Grayscale: #B2B2B2. Windows color (decimal): -2582563 or 14522328. OLE color: 14522328.

HSL color Cylindrical-coordinate representation of color #D897DD: hue angle of 295.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D897DD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216151221-
CMYK0.020.3200.13
HSL295.71º50.72%72.94%-
HSV(B)295.71º31.67%86.67%-
XYZ52.4441.9573.74-
YUV178.42152.03154.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=36.73%
G=25.68%
B=37.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161512210.020.3200.13295.7150.7272.94
HexD897DD2200D1283349
Octal33022733524001545063111
Binary11011000100101111101110110100000011011001010001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D897DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D897DD; }

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

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

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

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

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

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

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

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