#D197F9

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

Shades of Mauve #D197F9

Tints of Mauve #D197F9

Color information

#D197F9 (or 0xD197F9) is unknown color: approx Mauve. HEX triplet: D1, 97 and F9. RGB value is (209,151,249). Sum of RGB (Red+Green+Blue) = 209+151+249=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D197F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197F9 is #2E6806. Grayscale: #B3B3B3. Windows color (decimal): -3041287 or 16357329. OLE color: 16357329.

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

Color convert

RGB209151249-
CMYK0.160.3900.02
HSL275.51º89.09%78.43%-
HSV(B)275.51º39.36%97.65%-
XYZ54.4642.5394.96-
YUV179.51167.22149.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.32%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=34.32%
G=24.79%
B=40.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091512490.160.3900.02275.5189.0978.43
HexD197F9102702114594e
Octal321227371204702424131116
Binary1101000110010111111110011000010011101010001010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197F9; }

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

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

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

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

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

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

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

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