#D391FF

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

Shades of Mauve #D391FF

Tints of Mauve #D391FF

Color information

#D391FF (or 0xD391FF) is unknown color: approx Mauve. HEX triplet: D3, 91 and FF. RGB value is (211,145,255). Sum of RGB (Red+Green+Blue) = 211+145+255=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D391FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391FF is #2C6E00. Grayscale: #B0B0B0. Windows color (decimal): -2911745 or 16749011. OLE color: 16749011.

HSL color Cylindrical-coordinate representation of color #D391FF: hue angle of 276º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D391FF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB211145255-
CMYK0.170.4300
HSL276º100%78.43%-
HSV(B)276º43.14%100%-
XYZ55.0441.3299.68-
YUV177.27171.87152.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.53%
GREEN value IS 145 (57.03% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 41.73%
R=34.53%
G=23.73%
B=41.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111452550.170.430027610078.43
HexD391FF112B00114644e
Octal323221377215300424144116
Binary110100111001000111111111100011010110010001010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391FF; }

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

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

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

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

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

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

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

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