#D496FE

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

Shades of Mauve #D496FE

Tints of Mauve #D496FE

Color information

#D496FE (or 0xD496FE) is unknown color: approx Mauve. HEX triplet: D4, 96 and FE. RGB value is (212,150,254). Sum of RGB (Red+Green+Blue) = 212+150+254=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #D496FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496FE is #2B6901. Grayscale: #B4B4B4. Windows color (decimal): -2844930 or 16684756. OLE color: 16684756.

HSL color Cylindrical-coordinate representation of color #D496FE: hue angle of 275.77º 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 #D496FE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212150254-
CMYK0.170.4100.00
HSL275.77º98.11%79.22%-
HSV(B)275.77º40.94%99.61%-
XYZ55.9542.9799.11-
YUV180.39169.54150.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.42%
GREEN value IS 150 (58.98% from 255) = 24.35%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=34.42%
G=24.35%
B=41.23%

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
Decimal2121502540.170.4100.00275.7798.1179.22
HexD496FE112900114624f
Octal324226376215100424142117
Binary110101001001011011111110100011010010010001010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496FE; }

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

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

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

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

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

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

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

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