#D391FA

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

Shades of Mauve #D391FA

Tints of Mauve #D391FA

Color information

#D391FA (or 0xD391FA) is unknown color: approx Mauve. HEX triplet: D3, 91 and FA. RGB value is (211,145,250). Sum of RGB (Red+Green+Blue) = 211+145+250=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #D391FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391FA is #2C6E05. Grayscale: #B0B0B0. Windows color (decimal): -2911750 or 16421331. OLE color: 16421331.

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

Color convert

RGB211145250-
CMYK0.160.4200.02
HSL277.71º91.3%77.45%-
HSV(B)277.71º42%98.04%-
XYZ54.244195.5-
YUV176.7169.37152.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 145 (57.03% from 255) = 23.93%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=34.82%
G=23.93%
B=41.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111452500.160.4200.02277.7191.377.45
HexD391FA102A021165b4d
Octal323221372205202426133115
Binary1101001110010001111110101000010101001010001011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391FA; }

 p { color: rgb(211,145,250); }

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

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

 a { background-color: rgb(211,145,250); }

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

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

 span { border-color: rgb(211,145,250); }

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