#D196FC

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

Shades of Mauve #D196FC

Tints of Mauve #D196FC

Color information

#D196FC (or 0xD196FC) is unknown color: approx Mauve. HEX triplet: D1, 96 and FC. RGB value is (209,150,252). Sum of RGB (Red+Green+Blue) = 209+150+252=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #D196FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196FC is #2E6903. Grayscale: #B2B2B2. Windows color (decimal): -3041540 or 16553681. OLE color: 16553681.

HSL color Cylindrical-coordinate representation of color #D196FC: hue angle of 274.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D196FC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209150252-
CMYK0.170.4000.01
HSL274.71º94.44%78.82%-
HSV(B)274.71º40.48%98.82%-
XYZ54.7742.497.39-
YUV179.27169.05149.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.21%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=34.21%
G=24.55%
B=41.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091502520.170.4000.01274.7194.4478.82
HexD196FC1128011135e4f
Octal321226374215001423136117
Binary110100011001011011111100100011010000110001001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196FC; }

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

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

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

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

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

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

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

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