#D896F6

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

Shades of Mauve #D896F6

Tints of Mauve #D896F6

Color information

#D896F6 (or 0xD896F6) is unknown color: approx Mauve. HEX triplet: D8, 96 and F6. RGB value is (216,150,246). Sum of RGB (Red+Green+Blue) = 216+150+246=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #D896F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896F6 is #276909. Grayscale: #B4B4B4. Windows color (decimal): -2582794 or 16160472. OLE color: 16160472.

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

Color convert

RGB216150246-
CMYK0.120.3900.04
HSL281.25º84.21%77.65%-
HSV(B)281.25º39.02%96.47%-
XYZ55.8643.0792.56-
YUV180.68164.87153.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 150 (58.98% from 255) = 24.51%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=35.29%
G=24.51%
B=40.20%

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
Decimal2161502460.120.3900.04281.2584.2177.65
HexD896F6C2704119544e
Octal330226366144704431124116
Binary1101100010010110111101101100100111010010001100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896F6; }

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

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

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

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

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

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

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

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