#D894DA

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

Shades of Plum #D894DA

Tints of Plum #D894DA

Color information

#D894DA (or 0xD894DA) is unknown color: approx Plum. HEX triplet: D8, 94 and DA. RGB value is (216,148,218). Sum of RGB (Red+Green+Blue) = 216+148+218=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D894DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894DA is #276B25. Grayscale: #B0B0B0. Windows color (decimal): -2583334 or 14324952. OLE color: 14324952.

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

Color convert

RGB216148218-
CMYK0.010.3200.15
HSL298.29º48.61%71.76%-
HSV(B)298.29º32.11%85.49%-
XYZ51.5640.8471.5-
YUV176.31151.53156.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 148 (58.20% from 255) = 25.43%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=37.11%
G=25.43%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161482180.010.3200.15298.2948.6171.76
HexD894DA1200F12a3148
Octal33022433214001745261110
Binary1101100010010100110110101100000011111001010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894DA; }

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

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

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

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

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

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

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

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