#D096F9

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

Shades of Mauve #D096F9

Tints of Mauve #D096F9

Color information

#D096F9 (or 0xD096F9) is unknown color: approx Mauve. HEX triplet: D0, 96 and F9. RGB value is (208,150,249). Sum of RGB (Red+Green+Blue) = 208+150+249=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #D096F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096F9 is #2F6906. Grayscale: #B2B2B2. Windows color (decimal): -3107079 or 16357072. OLE color: 16357072.

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

Color convert

RGB208150249-
CMYK0.160.4000.02
HSL275.15º89.19%78.24%-
HSV(B)275.15º39.76%97.65%-
XYZ54.0242.0694.89-
YUV178.63167.72148.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=34.27%
G=24.71%
B=41.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081502490.160.4000.02275.1589.1978.24
HexD096F9102802113594e
Octal320226371205002423131116
Binary1101000010010110111110011000010100001010001001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096F9; }

 p { color: rgb(208,150,249); }

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

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

 a { background-color: rgb(208,150,249); }

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

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

 span { border-color: rgb(208,150,249); }

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