#D197FB

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

Shades of Mauve #D197FB

Tints of Mauve #D197FB

Color information

#D197FB (or 0xD197FB) is unknown color: approx Mauve. HEX triplet: D1, 97 and FB. RGB value is (209,151,251). Sum of RGB (Red+Green+Blue) = 209+151+251=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #D197FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197FB is #2E6804. Grayscale: #B3B3B3. Windows color (decimal): -3041285 or 16488401. OLE color: 16488401.

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

Color convert

RGB209151251-
CMYK0.170.4000.02
HSL274.8º92.59%78.82%-
HSV(B)274.8º39.84%98.43%-
XYZ54.7742.6596.61-
YUV179.74168.22148.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.21%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=34.21%
G=24.71%
B=41.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091512510.170.4000.02274.892.5978.82
HexD197FB1128021135d4f
Octal321227373215002423135117
Binary1101000110010111111110111000110100001010001001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197FB; }

 p { color: rgb(209,151,251); }

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

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

 a { background-color: rgb(209,151,251); }

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

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

 span { border-color: rgb(209,151,251); }

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