#D59DFA

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

Shades of Mauve #D59DFA

Tints of Mauve #D59DFA

Color information

#D59DFA (or 0xD59DFA) is unknown color: approx Mauve. HEX triplet: D5, 9D and FA. RGB value is (213,157,250). Sum of RGB (Red+Green+Blue) = 213+157+250=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #D59DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFA is #2A6205. Grayscale: #B8B8B8. Windows color (decimal): -2777606 or 16424405. OLE color: 16424405.

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

Color convert

RGB213157250-
CMYK0.150.3700.02
HSL276.13º90.29%79.8%-
HSV(B)276.13º37.2%98.04%-
XYZ56.7545.1696.17-
YUV184.35165.05148.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 157 (61.72% from 255) = 25.32%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=34.35%
G=25.32%
B=40.32%

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
Decimal2131572500.150.3700.02276.1390.2979.8
HexD59DFAF25021145a50
Octal325235372174502424132120
Binary110101011001110111111010111110010101010001010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DFA; }

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

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

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

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

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

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

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

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