#D996F8

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

Shades of Mauve #D996F8

Tints of Mauve #D996F8

Color information

#D996F8 (or 0xD996F8) is unknown color: approx Mauve. HEX triplet: D9, 96 and F8. RGB value is (217,150,248). Sum of RGB (Red+Green+Blue) = 217+150+248=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #D996F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996F8 is #266907. Grayscale: #B4B4B4. Windows color (decimal): -2517256 or 16291545. OLE color: 16291545.

HSL color Cylindrical-coordinate representation of color #D996F8: hue angle of 281.02º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D996F8 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB217150248-
CMYK0.120.4000.03
HSL281.02º87.5%78.04%-
HSV(B)281.02º39.52%97.25%-
XYZ56.4643.3494.2-
YUV181.2165.7153.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.28%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=35.28%
G=24.39%
B=40.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2171502480.120.4000.03281.0287.578.04
HexD996F8C2803119584e
Octal331226370145003431130116
Binary110110011001011011111000110010100001110001100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996F8; }

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

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

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

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

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

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

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

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