#D59AFE

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

Shades of Mauve #D59AFE

Tints of Mauve #D59AFE

Color information

#D59AFE (or 0xD59AFE) is unknown color: approx Mauve. HEX triplet: D5, 9A and FE. RGB value is (213,154,254). Sum of RGB (Red+Green+Blue) = 213+154+254=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D59AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AFE is #2A6501. Grayscale: #B6B6B6. Windows color (decimal): -2778370 or 16685781. OLE color: 16685781.

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

Color convert

RGB213154254-
CMYK0.160.3900.00
HSL275.4º98.04%80%-
HSV(B)275.4º39.37%99.61%-
XYZ56.8944.4199.34-
YUV183.04168.05149.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=34.30%
G=24.80%
B=40.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131542540.160.3900.00275.498.0480
HexD59AFE1027001136250
Octal325232376204700423142120
Binary110101011001101011111110100001001110010001001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AFE; }

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

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

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

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

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

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

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

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