#D59DF9

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

Shades of Mauve #D59DF9

Tints of Mauve #D59DF9

Color information

#D59DF9 (or 0xD59DF9) is unknown color: approx Mauve. HEX triplet: D5, 9D and F9. RGB value is (213,157,249). Sum of RGB (Red+Green+Blue) = 213+157+249=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #D59DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DF9 is #2A6206. Grayscale: #B7B7B7. Windows color (decimal): -2777607 or 16358869. OLE color: 16358869.

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

Color convert

RGB213157249-
CMYK0.140.3700.02
HSL276.52º88.46%79.61%-
HSV(B)276.52º36.95%97.65%-
XYZ56.645.195.34-
YUV184.23164.55148.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=34.41%
G=25.36%
B=40.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131572490.140.3700.02276.5288.4679.61
HexD59DF9E25021155850
Octal325235371164502425130120
Binary110101011001110111111001111010010101010001010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DF9; }

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

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

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

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

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

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

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

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