#D59AFB

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

Shades of Mauve #D59AFB

Tints of Mauve #D59AFB

Color information

#D59AFB (or 0xD59AFB) is unknown color: approx Mauve. HEX triplet: D5, 9A and FB. RGB value is (213,154,251). Sum of RGB (Red+Green+Blue) = 213+154+251=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D59AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AFB is #2A6504. Grayscale: #B6B6B6. Windows color (decimal): -2778373 or 16489173. OLE color: 16489173.

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

Color convert

RGB213154251-
CMYK0.150.3900.02
HSL276.49º92.38%79.41%-
HSV(B)276.49º38.65%98.43%-
XYZ56.4144.2296.83-
YUV182.7166.55149.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 154 (60.55% from 255) = 24.92%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=34.47%
G=24.92%
B=40.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131542510.150.3900.02276.4992.3879.41
HexD59AFBF27021145c4f
Octal325232373174702424134117
Binary110101011001101011111011111110011101010001010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AFB; }

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

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

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

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

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

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

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

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