#D197FF

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

Shades of Mauve #D197FF

Tints of Mauve #D197FF

Color information

#D197FF (or 0xD197FF) is unknown color: approx Mauve. HEX triplet: D1, 97 and FF. RGB value is (209,151,255). Sum of RGB (Red+Green+Blue) = 209+151+255=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D197FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197FF is #2E6800. Grayscale: #B3B3B3. Windows color (decimal): -3041281 or 16750545. OLE color: 16750545.

HSL color Cylindrical-coordinate representation of color #D197FF: hue angle of 273.46º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D197FF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209151255-
CMYK0.180.4100
HSL273.46º100%79.61%-
HSV(B)273.46º40.78%100%-
XYZ55.4142.9199.97-
YUV180.2170.22148.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 151 (59.38% from 255) = 24.55%
BLUE value IS 255 (100% from 255) = 41.46%
R=33.98%
G=24.55%
B=41.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091512550.180.4100273.4610079.61
HexD197FF1229001116450
Octal321227377225100421144120
Binary110100011001011111111111100101010010010001000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197FF; }

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

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

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

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

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

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

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

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