#D996F6

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

Shades of Mauve #D996F6

Tints of Mauve #D996F6

Color information

#D996F6 (or 0xD996F6) is unknown color: approx Mauve. HEX triplet: D9, 96 and F6. RGB value is (217,150,246). Sum of RGB (Red+Green+Blue) = 217+150+246=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #D996F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996F6 is #266909. Grayscale: #B4B4B4. Windows color (decimal): -2517258 or 16160473. OLE color: 16160473.

HSL color Cylindrical-coordinate representation of color #D996F6: hue angle of 281.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D996F6 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217150246-
CMYK0.120.3900.04
HSL281.88º84.21%77.65%-
HSV(B)281.88º39.02%96.47%-
XYZ56.1643.2292.57-
YUV180.98164.7153.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 150 (58.98% from 255) = 24.47%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=35.40%
G=24.47%
B=40.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171502460.120.3900.04281.8884.2177.65
HexD996F6C270411a544e
Octal331226366144704432124116
Binary1101100110010110111101101100100111010010001101010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996F6; }

 p { color: rgb(217,150,246); }

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

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

 a { background-color: rgb(217,150,246); }

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

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

 span { border-color: rgb(217,150,246); }

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