#D196FE

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

Shades of Mauve #D196FE

Tints of Mauve #D196FE

Color information

#D196FE (or 0xD196FE) is unknown color: approx Mauve. HEX triplet: D1, 96 and FE. RGB value is (209,150,254). Sum of RGB (Red+Green+Blue) = 209+150+254=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #D196FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196FE is #2E6901. Grayscale: #B3B3B3. Windows color (decimal): -3041538 or 16684753. OLE color: 16684753.

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

Color convert

RGB209150254-
CMYK0.180.4100.00
HSL274.04º98.11%79.22%-
HSV(B)274.04º40.94%99.61%-
XYZ55.0942.5299.07-
YUV179.5170.05149.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 150 (58.98% from 255) = 24.47%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=34.09%
G=24.47%
B=41.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091502540.180.4100.00274.0498.1179.22
HexD196FE122900112624f
Octal321226376225100422142117
Binary110100011001011011111110100101010010010001001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196FE; }

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

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

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

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

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

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

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

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