#D59FFB

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

Shades of Mauve #D59FFB

Tints of Mauve #D59FFB

Color information

#D59FFB (or 0xD59FFB) is unknown color: approx Mauve. HEX triplet: D5, 9F and FB. RGB value is (213,159,251). Sum of RGB (Red+Green+Blue) = 213+159+251=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #D59FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FFB is #2A6004. Grayscale: #B9B9B9. Windows color (decimal): -2777093 or 16490453. OLE color: 16490453.

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

Color convert

RGB213159251-
CMYK0.150.3700.02
HSL275.22º92%80.39%-
HSV(B)275.22º36.65%98.43%-
XYZ57.2545.9197.11-
YUV185.63164.89147.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=34.19%
G=25.52%
B=40.29%

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
Decimal2131592510.150.3700.02275.229280.39
HexD59FFBF25021135c50
Octal325237373174502423134120
Binary110101011001111111111011111110010101010001001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FFB; }

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

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

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

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

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

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

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

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