#D893E9

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

Shades of Plum #D893E9

Tints of Plum #D893E9

Color information

#D893E9 (or 0xD893E9) is unknown color: approx Plum. HEX triplet: D8, 93 and E9. RGB value is (216,147,233). Sum of RGB (Red+Green+Blue) = 216+147+233=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #D893E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D893E9 is #276C16. Grayscale: #B1B1B1. Windows color (decimal): -2583575 or 15307736. OLE color: 15307736.

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

Color convert

RGB216147233-
CMYK0.070.3700.09
HSL288.14º66.15%74.51%-
HSV(B)288.14º36.91%91.37%-
XYZ53.4641.3582.25-
YUV177.44159.36155.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 147 (57.81% from 255) = 24.66%
BLUE value IS 233 (91.41% from 255) = 39.09%
R=36.24%
G=24.66%
B=39.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161472330.070.3700.09288.1466.1574.51
HexD893E972509120424b
Octal330223351745011440102113
Binary1101100010010011111010011111001010100110010000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893E9; }

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

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

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

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

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

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

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

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