#D19CFA

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

Shades of Mauve #D19CFA

Tints of Mauve #D19CFA

Color information

#D19CFA (or 0xD19CFA) is unknown color: approx Mauve. HEX triplet: D1, 9C and FA. RGB value is (209,156,250). Sum of RGB (Red+Green+Blue) = 209+156+250=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #D19CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19CFA is #2E6305. Grayscale: #B6B6B6. Windows color (decimal): -3040006 or 16424145. OLE color: 16424145.

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

Color convert

RGB209156250-
CMYK0.160.3800.02
HSL273.83º90.38%79.61%-
HSV(B)273.83º37.6%98.04%-
XYZ55.4444.2396.06-
YUV182.56166.06146.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 156 (61.33% from 255) = 25.37%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=33.98%
G=25.37%
B=40.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091562500.160.3800.02273.8390.3879.61
HexD19CFA1026021125a50
Octal321234372204602422132120
Binary1101000110011100111110101000010011001010001001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CFA; }

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

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

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

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

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

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

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

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