#D591FA

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

Shades of Mauve #D591FA

Tints of Mauve #D591FA

Color information

#D591FA (or 0xD591FA) is unknown color: approx Mauve. HEX triplet: D5, 91 and FA. RGB value is (213,145,250). Sum of RGB (Red+Green+Blue) = 213+145+250=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D591FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FA is #2A6E05. Grayscale: #B0B0B0. Windows color (decimal): -2780678 or 16421333. OLE color: 16421333.

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

Color convert

RGB213145250-
CMYK0.150.4200.02
HSL278.86º91.3%77.45%-
HSV(B)278.86º42%98.04%-
XYZ54.8241.395.52-
YUV177.3169.03153.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=35.03%
G=23.85%
B=41.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131452500.150.4200.02278.8691.377.45
HexD591FAF2A021175b4d
Octal325221372175202427133115
Binary110101011001000111111010111110101001010001011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591FA; }

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

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

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

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

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

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

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

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