#D697F7

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

Shades of Mauve #D697F7

Tints of Mauve #D697F7

Color information

#D697F7 (or 0xD697F7) is unknown color: approx Mauve. HEX triplet: D6, 97 and F7. RGB value is (214,151,247). Sum of RGB (Red+Green+Blue) = 214+151+247=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #D697F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697F7 is #296808. Grayscale: #B4B4B4. Windows color (decimal): -2713609 or 16226262. OLE color: 16226262.

HSL color Cylindrical-coordinate representation of color #D697F7: hue angle of 279.38º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D697F7 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214151247-
CMYK0.130.3900.03
HSL279.38º85.71%78.04%-
HSV(B)279.38º38.87%96.86%-
XYZ55.5943.1493.39-
YUV180.78165.37151.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 247 (96.88% from 255) = 40.36%
R=34.97%
G=24.67%
B=40.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2141512470.130.3900.03279.3885.7178.04
HexD697F7D2703117564e
Octal326227367154703427126116
Binary110101101001011111110111110110011101110001011110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697F7; }

 p { color: rgb(214,151,247); }

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

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

 a { background-color: rgb(214,151,247); }

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

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

 span { border-color: rgb(214,151,247); }

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