#D296F9

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

Shades of Mauve #D296F9

Tints of Mauve #D296F9

Color information

#D296F9 (or 0xD296F9) is unknown color: approx Mauve. HEX triplet: D2, 96 and F9. RGB value is (210,150,249). Sum of RGB (Red+Green+Blue) = 210+150+249=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D296F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296F9 is #2D6906. Grayscale: #B2B2B2. Windows color (decimal): -2976007 or 16357074. OLE color: 16357074.

HSL color Cylindrical-coordinate representation of color #D296F9: hue angle of 276.36º 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 #D296F9 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210150249-
CMYK0.160.4000.02
HSL276.36º89.19%78.24%-
HSV(B)276.36º39.76%97.65%-
XYZ54.5842.3594.92-
YUV179.23167.38149.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=34.48%
G=24.63%
B=40.89%

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
Decimal2101502490.160.4000.02276.3689.1978.24
HexD296F9102802114594e
Octal322226371205002424131116
Binary1101001010010110111110011000010100001010001010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296F9; }

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

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

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

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

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

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

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

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