#D59AFF

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

Shades of Mauve #D59AFF

Tints of Mauve #D59AFF

Color information

#D59AFF (or 0xD59AFF) is unknown color: approx Mauve. HEX triplet: D5, 9A and FF. RGB value is (213,154,255). Sum of RGB (Red+Green+Blue) = 213+154+255=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D59AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AFF is #2A6500. Grayscale: #B6B6B6. Windows color (decimal): -2778369 or 16751317. OLE color: 16751317.

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

Color convert

RGB213154255-
CMYK0.160.4000
HSL275.05º100%80.2%-
HSV(B)275.05º39.61%100%-
XYZ57.0544.48100.19-
YUV183.15168.55149.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 154 (60.55% from 255) = 24.76%
BLUE value IS 255 (100% from 255) = 41.00%
R=34.24%
G=24.76%
B=41.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131542550.160.4000275.0510080.2
HexD59AFF1028001136450
Octal325232377205000423144120
Binary110101011001101011111111100001010000010001001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AFF; }

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

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

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

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

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

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

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

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