#D19EFE

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

Shades of Mauve #D19EFE

Tints of Mauve #D19EFE

Color information

#D19EFE (or 0xD19EFE) is unknown color: approx Mauve. HEX triplet: D1, 9E and FE. RGB value is (209,158,254). Sum of RGB (Red+Green+Blue) = 209+158+254=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 158 (62.11% from 255 or 25.44% 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 #D19EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19EFE is #2E6101. Grayscale: #B7B7B7. Windows color (decimal): -3039490 or 16686801. OLE color: 16686801.

HSL color Cylindrical-coordinate representation of color #D19EFE: hue angle of 271.88º 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 #D19EFE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209158254-
CMYK0.180.3800.00
HSL271.88º97.96%80.78%-
HSV(B)271.88º37.8%99.61%-
XYZ56.4145.1699.51-
YUV184.19167.4145.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 158 (62.11% from 255) = 25.44%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=33.66%
G=25.44%
B=40.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091582540.180.3800.00271.8897.9680.78
HexD19EFE1226001106251
Octal321236376224600420142121
Binary110100011001111011111110100101001100010001000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19EFE; }

 p { color: rgb(209,158,254); }

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

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

 a { background-color: rgb(209,158,254); }

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

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

 span { border-color: rgb(209,158,254); }

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