#D59DFC

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

Shades of Mauve #D59DFC

Tints of Mauve #D59DFC

Color information

#D59DFC (or 0xD59DFC) is unknown color: approx Mauve. HEX triplet: D5, 9D and FC. RGB value is (213,157,252). Sum of RGB (Red+Green+Blue) = 213+157+252=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #D59DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFC is #2A6203. Grayscale: #B8B8B8. Windows color (decimal): -2777604 or 16555477. OLE color: 16555477.

HSL color Cylindrical-coordinate representation of color #D59DFC: hue angle of 275.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59DFC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213157252-
CMYK0.150.3800.01
HSL275.37º94.06%80.2%-
HSV(B)275.37º37.7%98.82%-
XYZ57.0745.2997.83-
YUV184.57166.05148.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 252 (98.83% from 255) = 40.51%
R=34.24%
G=25.24%
B=40.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131572520.150.3800.01275.3794.0680.2
HexD59DFCF26011135e50
Octal325235374174601423136120
Binary11010101100111011111110011111001100110001001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DFC; }

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

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

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

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

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

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

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

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