#D193FD

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

Shades of Mauve #D193FD

Tints of Mauve #D193FD

Color information

#D193FD (or 0xD193FD) is unknown color: approx Mauve. HEX triplet: D1, 93 and FD. RGB value is (209,147,253). Sum of RGB (Red+Green+Blue) = 209+147+253=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #D193FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193FD is #2E6C02. Grayscale: #B1B1B1. Windows color (decimal): -3042307 or 16618449. OLE color: 16618449.

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

Color convert

RGB209147253-
CMYK0.170.4200.01
HSL275.09º96.36%78.43%-
HSV(B)275.09º41.9%99.22%-
XYZ54.4641.5198.07-
YUV177.62170.54150.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.32%
GREEN value IS 147 (57.81% from 255) = 24.14%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=34.32%
G=24.14%
B=41.54%

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
Decimal2091472530.170.4200.01275.0996.3678.43
HexD193FD112A01113604e
Octal321223375215201423140116
Binary110100011001001111111101100011010100110001001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193FD; }

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

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

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

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

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

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

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

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