#D593FA

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

Shades of Mauve #D593FA

Tints of Mauve #D593FA

Color information

#D593FA (or 0xD593FA) is unknown color: approx Mauve. HEX triplet: D5, 93 and FA. RGB value is (213,147,250). Sum of RGB (Red+Green+Blue) = 213+147+250=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #D593FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FA is #2A6C05. Grayscale: #B2B2B2. Windows color (decimal): -2780166 or 16421845. OLE color: 16421845.

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

Color convert

RGB213147250-
CMYK0.150.4100.02
HSL278.45º91.15%77.84%-
HSV(B)278.45º41.2%98.04%-
XYZ55.1341.9295.63-
YUV178.48168.37152.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 147 (57.81% from 255) = 24.10%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=34.92%
G=24.10%
B=40.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131472500.150.4100.02278.4591.1577.84
HexD593FAF29021165b4e
Octal325223372175102426133116
Binary110101011001001111111010111110100101010001011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593FA; }

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

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

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

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

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

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

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

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