#D993FA

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

Shades of Mauve #D993FA

Tints of Mauve #D993FA

Color information

#D993FA (or 0xD993FA) is unknown color: approx Mauve. HEX triplet: D9, 93 and FA. RGB value is (217,147,250). Sum of RGB (Red+Green+Blue) = 217+147+250=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D993FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993FA is #266C05. Grayscale: #B3B3B3. Windows color (decimal): -2518022 or 16421849. OLE color: 16421849.

HSL color Cylindrical-coordinate representation of color #D993FA: hue angle of 280.78º 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 #D993FA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217147250-
CMYK0.130.4100.02
HSL280.78º91.15%77.84%-
HSV(B)280.78º41.2%98.04%-
XYZ56.342.5295.68-
YUV179.67167.69154.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=35.34%
G=23.94%
B=40.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171472500.130.4100.02280.7891.1577.84
HexD993FAD29021195b4e
Octal331223372155102431133116
Binary110110011001001111111010110110100101010001100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993FA; }

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

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

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

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

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

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

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

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