#D591FB

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

Shades of Mauve #D591FB

Tints of Mauve #D591FB

Color information

#D591FB (or 0xD591FB) is unknown color: approx Mauve. HEX triplet: D5, 91 and FB. RGB value is (213,145,251). Sum of RGB (Red+Green+Blue) = 213+145+251=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #D591FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FB is #2A6E04. Grayscale: #B1B1B1. Windows color (decimal): -2780677 or 16486869. OLE color: 16486869.

HSL color Cylindrical-coordinate representation of color #D591FB: hue angle of 278.49º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D591FB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213145251-
CMYK0.150.4200.02
HSL278.49º92.98%77.65%-
HSV(B)278.49º42.23%98.43%-
XYZ54.9841.3696.35-
YUV177.42169.53153.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=34.98%
G=23.81%
B=41.22%

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
Decimal2131452510.150.4200.02278.4992.9877.65
HexD591FBF2A021165d4e
Octal325221373175202426135116
Binary110101011001000111111011111110101001010001011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591FB; }

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

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

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

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

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

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

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

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