#D591FF

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

Shades of Mauve #D591FF

Tints of Mauve #D591FF

Color information

#D591FF (or 0xD591FF) is unknown color: approx Mauve. HEX triplet: D5, 91 and FF. RGB value is (213,145,255). Sum of RGB (Red+Green+Blue) = 213+145+255=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D591FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FF is #2A6E00. Grayscale: #B1B1B1. Windows color (decimal): -2780673 or 16749013. OLE color: 16749013.

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

Color convert

RGB213145255-
CMYK0.160.4300
HSL277.09º100%78.43%-
HSV(B)277.09º43.14%100%-
XYZ55.6241.6299.71-
YUV177.87171.53153.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 145 (57.03% from 255) = 23.65%
BLUE value IS 255 (100% from 255) = 41.60%
R=34.75%
G=23.65%
B=41.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131452550.160.4300277.0910078.43
HexD591FF102B00115644e
Octal325221377205300425144116
Binary110101011001000111111111100001010110010001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591FF; }

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

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

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

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

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

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

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

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