#D897E7

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

Shades of Plum #D897E7

Tints of Plum #D897E7

Color information

#D897E7 (or 0xD897E7) is unknown color: approx Plum. HEX triplet: D8, 97 and E7. RGB value is (216,151,231). Sum of RGB (Red+Green+Blue) = 216+151+231=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #D897E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D897E7 is #276818. Grayscale: #B3B3B3. Windows color (decimal): -2582553 or 15177688. OLE color: 15177688.

HSL color Cylindrical-coordinate representation of color #D897E7: hue angle of 288.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D897E7 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216151231-
CMYK0.060.3500.09
HSL288.75º62.5%74.9%-
HSV(B)288.75º34.63%90.59%-
XYZ53.8142.580.97-
YUV179.56157.03154-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.12%
GREEN value IS 151 (59.38% from 255) = 25.25%
BLUE value IS 231 (90.62% from 255) = 38.63%
R=36.12%
G=25.25%
B=38.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161512310.060.3500.09288.7562.574.9
HexD897E7623091213e4b
Octal33022734764301144176113
Binary110110001001011111100111110100011010011001000011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D897E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D897E7; }

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

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

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

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

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

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

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

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