#D59DFE

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

Shades of Mauve #D59DFE

Tints of Mauve #D59DFE

Color information

#D59DFE (or 0xD59DFE) is unknown color: approx Mauve. HEX triplet: D5, 9D and FE. RGB value is (213,157,254). Sum of RGB (Red+Green+Blue) = 213+157+254=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #D59DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFE is #2A6201. Grayscale: #B8B8B8. Windows color (decimal): -2777602 or 16686549. OLE color: 16686549.

HSL color Cylindrical-coordinate representation of color #D59DFE: hue angle of 274.64º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59DFE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213157254-
CMYK0.160.3800.00
HSL274.64º97.98%80.59%-
HSV(B)274.64º38.19%99.61%-
XYZ57.3945.4299.51-
YUV184.8167.05148.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 157 (61.72% from 255) = 25.16%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=34.13%
G=25.16%
B=40.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131572540.160.3800.00274.6497.9880.59
HexD59DFE1026001136251
Octal325235376204600423142121
Binary110101011001110111111110100001001100010001001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DFE; }

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

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

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

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

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

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

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

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