#D193F9

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

Shades of Mauve #D193F9

Tints of Mauve #D193F9

Color information

#D193F9 (or 0xD193F9) is unknown color: approx Mauve. HEX triplet: D1, 93 and F9. RGB value is (209,147,249). Sum of RGB (Red+Green+Blue) = 209+147+249=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #D193F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193F9 is #2E6C06. Grayscale: #B0B0B0. Windows color (decimal): -3042311 or 16356305. OLE color: 16356305.

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

Color convert

RGB209147249-
CMYK0.160.4100.02
HSL276.47º89.47%77.65%-
HSV(B)276.47º40.96%97.65%-
XYZ53.8341.2694.75-
YUV177.17168.54150.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 147 (57.81% from 255) = 24.30%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=34.55%
G=24.30%
B=41.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091472490.160.4100.02276.4789.4777.65
HexD193F9102902114594e
Octal321223371205102424131116
Binary1101000110010011111110011000010100101010001010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193F9; }

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

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

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

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

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

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

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

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