#D296FF

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

Shades of Mauve #D296FF

Tints of Mauve #D296FF

Color information

#D296FF (or 0xD296FF) is unknown color: approx Mauve. HEX triplet: D2, 96 and FF. RGB value is (210,150,255). Sum of RGB (Red+Green+Blue) = 210+150+255=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D296FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296FF is #2D6900. Grayscale: #B3B3B3. Windows color (decimal): -2976001 or 16750290. OLE color: 16750290.

HSL color Cylindrical-coordinate representation of color #D296FF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D296FF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210150255-
CMYK0.180.4100
HSL274.29º100%79.41%-
HSV(B)274.29º41.18%100%-
XYZ55.5342.7399.93-
YUV179.91170.38149.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 255 (100% from 255) = 41.46%
R=34.15%
G=24.39%
B=41.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101502550.180.4100274.2910079.41
HexD296FF122900112644f
Octal322226377225100422144117
Binary110100101001011011111111100101010010010001001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296FF; }

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

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

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

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

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

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

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

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