#D893FA

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

Shades of Mauve #D893FA

Tints of Mauve #D893FA

Color information

#D893FA (or 0xD893FA) is unknown color: approx Mauve. HEX triplet: D8, 93 and FA. RGB value is (216,147,250). Sum of RGB (Red+Green+Blue) = 216+147+250=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D893FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D893FA is #276C05. Grayscale: #B3B3B3. Windows color (decimal): -2583558 or 16421848. OLE color: 16421848.

HSL color Cylindrical-coordinate representation of color #D893FA: hue angle of 280.19º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D893FA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216147250-
CMYK0.140.4100.02
HSL280.19º91.15%77.84%-
HSV(B)280.19º41.2%98.04%-
XYZ56.0142.3795.67-
YUV179.37167.86154.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=35.24%
G=23.98%
B=40.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161472500.140.4100.02280.1991.1577.84
HexD893FAE29021185b4e
Octal330223372165102430133116
Binary110110001001001111111010111010100101010001100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893FA; }

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

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

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

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

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

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

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

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