#D897DF

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

Shades of Plum #D897DF

Tints of Plum #D897DF

Color information

#D897DF (or 0xD897DF) is unknown color: approx Plum. HEX triplet: D8, 97 and DF. RGB value is (216,151,223). Sum of RGB (Red+Green+Blue) = 216+151+223=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D897DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897DF is #276820. Grayscale: #B2B2B2. Windows color (decimal): -2582561 or 14653400. OLE color: 14653400.

HSL color Cylindrical-coordinate representation of color #D897DF: hue angle of 294.17º degrees, saturation: 0.53, 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 #D897DF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216151223-
CMYK0.030.3200.13
HSL294.17º52.94%73.33%-
HSV(B)294.17º32.29%87.45%-
XYZ52.742.0675.15-
YUV178.64153.03154.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=36.61%
G=25.59%
B=37.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161512230.030.3200.13294.1752.9473.33
HexD897DF3200D1263549
Octal33022733734001544665111
Binary11011000100101111101111111100000011011001001101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D897DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D897DF; }

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

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

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

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

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

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

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

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