#D997F9

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

Shades of Mauve #D997F9

Tints of Mauve #D997F9

Color information

#D997F9 (or 0xD997F9) is unknown color: approx Mauve. HEX triplet: D9, 97 and F9. RGB value is (217,151,249). Sum of RGB (Red+Green+Blue) = 217+151+249=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #D997F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997F9 is #266806. Grayscale: #B5B5B5. Windows color (decimal): -2516999 or 16357337. OLE color: 16357337.

HSL color Cylindrical-coordinate representation of color #D997F9: hue angle of 280.41º 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 #D997F9 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217151249-
CMYK0.130.3900.02
HSL280.41º89.09%78.43%-
HSV(B)280.41º39.36%97.65%-
XYZ56.7843.7295.07-
YUV181.91165.87153.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 151 (59.38% from 255) = 24.47%
BLUE value IS 249 (97.66% from 255) = 40.36%
R=35.17%
G=24.47%
B=40.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171512490.130.3900.02280.4189.0978.43
HexD997F9D2702118594e
Octal331227371154702430131116
Binary110110011001011111111001110110011101010001100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997F9; }

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

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

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

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

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

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

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

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