#D292FE

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

Shades of Mauve #D292FE

Tints of Mauve #D292FE

Color information

#D292FE (or 0xD292FE) is unknown color: approx Mauve. HEX triplet: D2, 92 and FE. RGB value is (210,146,254). Sum of RGB (Red+Green+Blue) = 210+146+254=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #D292FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292FE is #2D6D01. Grayscale: #B1B1B1. Windows color (decimal): -2977026 or 16683730. OLE color: 16683730.

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

Color convert

RGB210146254-
CMYK0.170.4300.00
HSL275.56º98.18%78.43%-
HSV(B)275.56º42.52%99.61%-
XYZ54.7541.4298.87-
YUV177.45171.2151.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 146 (57.42% from 255) = 23.93%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=34.43%
G=23.93%
B=41.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101462540.170.4300.00275.5698.1878.43
HexD292FE112B00114624e
Octal322222376215300424142116
Binary110100101001001011111110100011010110010001010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292FE; }

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

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

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

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

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

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

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

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