#D194FD

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

Shades of Mauve #D194FD

Tints of Mauve #D194FD

Color information

#D194FD (or 0xD194FD) is unknown color: approx Mauve. HEX triplet: D1, 94 and FD. RGB value is (209,148,253). Sum of RGB (Red+Green+Blue) = 209+148+253=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #D194FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194FD is #2E6B02. Grayscale: #B1B1B1. Windows color (decimal): -3042051 or 16618705. OLE color: 16618705.

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

Color convert

RGB209148253-
CMYK0.170.4200.01
HSL274.86º96.33%78.63%-
HSV(B)274.86º41.5%99.22%-
XYZ54.6141.8398.12-
YUV178.21170.21149.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.26%
GREEN value IS 148 (58.20% from 255) = 24.26%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=34.26%
G=24.26%
B=41.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091482530.170.4200.01274.8696.3378.63
HexD194FD112A01113604f
Octal321224375215201423140117
Binary110100011001010011111101100011010100110001001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194FD; }

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

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

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

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

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

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

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

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