#D996F5

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

Shades of Mauve #D996F5

Tints of Mauve #D996F5

Color information

#D996F5 (or 0xD996F5) is unknown color: approx Mauve. HEX triplet: D9, 96 and F5. RGB value is (217,150,245). Sum of RGB (Red+Green+Blue) = 217+150+245=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #D996F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996F5 is #26690A. Grayscale: #B4B4B4. Windows color (decimal): -2517259 or 16094937. OLE color: 16094937.

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

Color convert

RGB217150245-
CMYK0.110.3900.04
HSL282.32º82.61%77.45%-
HSV(B)282.32º38.78%96.08%-
XYZ5643.1691.76-
YUV180.86164.2153.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 150 (58.98% from 255) = 24.51%
BLUE value IS 245 (96.09% from 255) = 40.03%
R=35.46%
G=24.51%
B=40.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171502450.110.3900.04282.3282.6177.45
HexD996F5B270411a534d
Octal331226365134704432123115
Binary1101100110010110111101011011100111010010001101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996F5; }

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

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

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

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

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

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

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

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