#D296FC

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

Shades of Mauve #D296FC

Tints of Mauve #D296FC

Color information

#D296FC (or 0xD296FC) is unknown color: approx Mauve. HEX triplet: D2, 96 and FC. RGB value is (210,150,252). Sum of RGB (Red+Green+Blue) = 210+150+252=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #D296FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296FC is #2D6903. Grayscale: #B3B3B3. Windows color (decimal): -2976004 or 16553682. OLE color: 16553682.

HSL color Cylindrical-coordinate representation of color #D296FC: hue angle of 275.29º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D296FC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210150252-
CMYK0.170.4000.01
HSL275.29º94.44%78.82%-
HSV(B)275.29º40.48%98.82%-
XYZ55.0642.5497.41-
YUV179.57168.88149.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 150 (58.98% from 255) = 24.51%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=34.31%
G=24.51%
B=41.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101502520.170.4000.01275.2994.4478.82
HexD296FC1128011135e4f
Octal322226374215001423136117
Binary110100101001011011111100100011010000110001001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296FC; }

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

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

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

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

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

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

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

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