#D59BF7

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

Shades of Mauve #D59BF7

Tints of Mauve #D59BF7

Color information

#D59BF7 (or 0xD59BF7) is unknown color: approx Mauve. HEX triplet: D5, 9B and F7. RGB value is (213,155,247). Sum of RGB (Red+Green+Blue) = 213+155+247=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #D59BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BF7 is #2A6408. Grayscale: #B6B6B6. Windows color (decimal): -2778121 or 16227285. OLE color: 16227285.

HSL color Cylindrical-coordinate representation of color #D59BF7: hue angle of 277.83º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59BF7 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213155247-
CMYK0.140.3700.03
HSL277.83º85.19%78.82%-
HSV(B)277.83º37.25%96.86%-
XYZ55.9544.393.6-
YUV182.83164.22149.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 247 (96.88% from 255) = 40.16%
R=34.63%
G=25.20%
B=40.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2131552470.140.3700.03277.8385.1978.82
HexD59BF7E2503116554f
Octal325233367164503426125117
Binary110101011001101111110111111010010101110001011010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BF7; }

 p { color: rgb(213,155,247); }

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

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

 a { background-color: rgb(213,155,247); }

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

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

 span { border-color: rgb(213,155,247); }

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