#D591FE

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

Shades of Mauve #D591FE

Tints of Mauve #D591FE

Color information

#D591FE (or 0xD591FE) is unknown color: approx Mauve. HEX triplet: D5, 91 and FE. RGB value is (213,145,254). Sum of RGB (Red+Green+Blue) = 213+145+254=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D591FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FE is #2A6E01. Grayscale: #B1B1B1. Windows color (decimal): -2780674 or 16683477. OLE color: 16683477.

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

Color convert

RGB213145254-
CMYK0.160.4300.00
HSL277.43º98.2%78.24%-
HSV(B)277.43º42.91%99.61%-
XYZ55.4641.5598.86-
YUV177.76171.03153.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 145 (57.03% from 255) = 23.69%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=34.80%
G=23.69%
B=41.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131452540.160.4300.00277.4398.278.24
HexD591FE102B00115624e
Octal325221376205300425142116
Binary110101011001000111111110100001010110010001010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591FE; }

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

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

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

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

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

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

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

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