#D19FFA

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

Shades of Mauve #D19FFA

Tints of Mauve #D19FFA

Color information

#D19FFA (or 0xD19FFA) is unknown color: approx Mauve. HEX triplet: D1, 9F and FA. RGB value is (209,159,250). Sum of RGB (Red+Green+Blue) = 209+159+250=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #D19FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19FFA is #2E6005. Grayscale: #B8B8B8. Windows color (decimal): -3039238 or 16424913. OLE color: 16424913.

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

Color convert

RGB209159250-
CMYK0.160.3600.02
HSL272.97º90.1%80.2%-
HSV(B)272.97º36.4%98.04%-
XYZ55.9545.2596.23-
YUV184.32165.06145.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=33.82%
G=25.73%
B=40.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091592500.160.3600.02272.9790.180.2
HexD19FFA1024021115a50
Octal321237372204402421132120
Binary1101000110011111111110101000010010001010001000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FFA; }

 p { color: rgb(209,159,250); }

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

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

 a { background-color: rgb(209,159,250); }

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

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

 span { border-color: rgb(209,159,250); }

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