#D391FD

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

Shades of Mauve #D391FD

Tints of Mauve #D391FD

Color information

#D391FD (or 0xD391FD) is unknown color: approx Mauve. HEX triplet: D3, 91 and FD. RGB value is (211,145,253). Sum of RGB (Red+Green+Blue) = 211+145+253=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #D391FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391FD is #2C6E02. Grayscale: #B0B0B0. Windows color (decimal): -2911747 or 16617939. OLE color: 16617939.

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

Color convert

RGB211145253-
CMYK0.170.4300.01
HSL276.67º96.43%78.04%-
HSV(B)276.67º42.69%99.22%-
XYZ54.7241.1998-
YUV177.05170.87152.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.65%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=34.65%
G=23.81%
B=41.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111452530.170.4300.01276.6796.4378.04
HexD391FD112B01115604e
Octal323221375215301425140116
Binary110100111001000111111101100011010110110001010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391FD; }

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

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

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

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

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

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

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

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