#D59DFB

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

Shades of Mauve #D59DFB

Tints of Mauve #D59DFB

Color information

#D59DFB (or 0xD59DFB) is unknown color: approx Mauve. HEX triplet: D5, 9D and FB. RGB value is (213,157,251). Sum of RGB (Red+Green+Blue) = 213+157+251=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #D59DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFB is #2A6204. Grayscale: #B8B8B8. Windows color (decimal): -2777605 or 16489941. OLE color: 16489941.

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

Color convert

RGB213157251-
CMYK0.150.3700.02
HSL275.74º92.16%80%-
HSV(B)275.74º37.45%98.43%-
XYZ56.9145.2397-
YUV184.46165.55148.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=34.30%
G=25.28%
B=40.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131572510.150.3700.02275.7492.1680
HexD59DFBF25021145c50
Octal325235373174502424134120
Binary110101011001110111111011111110010101010001010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DFB; }

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

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

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

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

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

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

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

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