#D296FE

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

Shades of Mauve #D296FE

Tints of Mauve #D296FE

Color information

#D296FE (or 0xD296FE) is unknown color: approx Mauve. HEX triplet: D2, 96 and FE. RGB value is (210,150,254). Sum of RGB (Red+Green+Blue) = 210+150+254=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #D296FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296FE is #2D6901. Grayscale: #B3B3B3. Windows color (decimal): -2976002 or 16684754. OLE color: 16684754.

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

Color convert

RGB210150254-
CMYK0.170.4100.00
HSL274.62º98.11%79.22%-
HSV(B)274.62º40.94%99.61%-
XYZ55.3742.6799.08-
YUV179.8169.88149.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 150 (58.98% from 255) = 24.43%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=34.20%
G=24.43%
B=41.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101502540.170.4100.00274.6298.1179.22
HexD296FE112900113624f
Octal322226376215100423142117
Binary110100101001011011111110100011010010010001001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296FE; }

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

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

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

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

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

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

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

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