#D894DD

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

Shades of Plum #D894DD

Tints of Plum #D894DD

Color information

#D894DD (or 0xD894DD) is unknown color: approx Plum. HEX triplet: D8, 94 and DD. RGB value is (216,148,221). Sum of RGB (Red+Green+Blue) = 216+148+221=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D894DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894DD is #276B22. Grayscale: #B0B0B0. Windows color (decimal): -2583331 or 14521560. OLE color: 14521560.

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

Color convert

RGB216148221-
CMYK0.020.3300.13
HSL295.89º51.77%72.35%-
HSV(B)295.89º33.03%86.67%-
XYZ51.964173.58-
YUV176.65153.03156.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=36.92%
G=25.30%
B=37.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161482210.020.3300.13295.8951.7772.35
HexD894DD2210D1283448
Octal33022433524101545064110
Binary11011000100101001101110110100001011011001010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894DD; }

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

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

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

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

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

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

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

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