#D197FD

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

Shades of Mauve #D197FD

Tints of Mauve #D197FD

Color information

#D197FD (or 0xD197FD) is unknown color: approx Mauve. HEX triplet: D1, 97 and FD. RGB value is (209,151,253). Sum of RGB (Red+Green+Blue) = 209+151+253=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #D197FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197FD is #2E6802. Grayscale: #B3B3B3. Windows color (decimal): -3041283 or 16619473. OLE color: 16619473.

HSL color Cylindrical-coordinate representation of color #D197FD: hue angle of 274.12º degrees, saturation: 0.96, 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 #D197FD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209151253-
CMYK0.170.4000.01
HSL274.12º96.23%79.22%-
HSV(B)274.12º40.32%99.22%-
XYZ55.0942.7898.28-
YUV179.97169.22148.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 151 (59.38% from 255) = 24.63%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=34.09%
G=24.63%
B=41.27%

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
Decimal2091512530.170.4000.01274.1296.2379.22
HexD197FD112801112604f
Octal321227375215001422140117
Binary110100011001011111111101100011010000110001001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197FD; }

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

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

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

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

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

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

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

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