#D196FF

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

Shades of Mauve #D196FF

Tints of Mauve #D196FF

Color information

#D196FF (or 0xD196FF) is unknown color: approx Mauve. HEX triplet: D1, 96 and FF. RGB value is (209,150,255). Sum of RGB (Red+Green+Blue) = 209+150+255=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D196FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196FF is #2E6900. Grayscale: #B3B3B3. Windows color (decimal): -3041537 or 16750289. OLE color: 16750289.

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

Color convert

RGB209150255-
CMYK0.180.4100
HSL273.71º100%79.41%-
HSV(B)273.71º41.18%100%-
XYZ55.2542.5999.92-
YUV179.61170.55148.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 150 (58.98% from 255) = 24.43%
BLUE value IS 255 (100% from 255) = 41.53%
R=34.04%
G=24.43%
B=41.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091502550.180.4100273.7110079.41
HexD196FF122900112644f
Octal321226377225100422144117
Binary110100011001011011111111100101010010010001001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196FF; }

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

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

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

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

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

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

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

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