#D893DA

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

Shades of Plum #D893DA

Tints of Plum #D893DA

Color information

#D893DA (or 0xD893DA) is unknown color: approx Plum. HEX triplet: D8, 93 and DA. RGB value is (216,147,218). Sum of RGB (Red+Green+Blue) = 216+147+218=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #D893DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893DA is #276C25. Grayscale: #AFAFAF. Windows color (decimal): -2583590 or 14324696. OLE color: 14324696.

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

Color convert

RGB216147218-
CMYK0.010.3300.15
HSL298.31º48.97%71.57%-
HSV(B)298.31º32.57%85.49%-
XYZ51.4140.5371.44-
YUV175.72151.86156.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=37.18%
G=25.30%
B=37.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161472180.010.3300.15298.3148.9771.57
HexD893DA1210F12a3148
Octal33022333214101745261110
Binary1101100010010011110110101100001011111001010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893DA; }

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

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

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

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

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

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

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

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