#D391FC

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

Shades of Mauve #D391FC

Tints of Mauve #D391FC

Color information

#D391FC (or 0xD391FC) is unknown color: approx Mauve. HEX triplet: D3, 91 and FC. RGB value is (211,145,252). Sum of RGB (Red+Green+Blue) = 211+145+252=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #D391FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391FC is #2C6E03. Grayscale: #B0B0B0. Windows color (decimal): -2911748 or 16552403. OLE color: 16552403.

HSL color Cylindrical-coordinate representation of color #D391FC: hue angle of 277.01º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D391FC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211145252-
CMYK0.160.4200.01
HSL277.01º94.69%77.84%-
HSV(B)277.01º42.46%98.82%-
XYZ54.5641.1397.16-
YUV176.93170.37152.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.70%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=34.70%
G=23.85%
B=41.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111452520.160.4200.01277.0194.6977.84
HexD391FC102A011155f4e
Octal323221374205201425137116
Binary110100111001000111111100100001010100110001010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391FC; }

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

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

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

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

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

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

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

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