#D194FF

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

Shades of Mauve #D194FF

Tints of Mauve #D194FF

Color information

#D194FF (or 0xD194FF) is unknown color: approx Mauve. HEX triplet: D1, 94 and FF. RGB value is (209,148,255). Sum of RGB (Red+Green+Blue) = 209+148+255=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D194FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194FF is #2E6B00. Grayscale: #B2B2B2. Windows color (decimal): -3042049 or 16749777. OLE color: 16749777.

HSL color Cylindrical-coordinate representation of color #D194FF: hue angle of 274.21º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D194FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209148255-
CMYK0.180.4200
HSL274.21º100%79.02%-
HSV(B)274.21º41.96%100%-
XYZ54.9341.9699.81-
YUV178.44171.21149.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.15%
GREEN value IS 148 (58.20% from 255) = 24.18%
BLUE value IS 255 (100% from 255) = 41.67%
R=34.15%
G=24.18%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091482550.180.4200274.2110079.02
HexD194FF122A00112644f
Octal321224377225200422144117
Binary110100011001010011111111100101010100010001001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194FF; }

 p { color: rgb(209,148,255); }

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

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

 a { background-color: rgb(209,148,255); }

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

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

 span { border-color: rgb(209,148,255); }

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