#D697F8

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

Shades of Mauve #D697F8

Tints of Mauve #D697F8

Color information

#D697F8 (or 0xD697F8) is unknown color: approx Mauve. HEX triplet: D6, 97 and F8. RGB value is (214,151,248). Sum of RGB (Red+Green+Blue) = 214+151+248=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #D697F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697F8 is #296807. Grayscale: #B4B4B4. Windows color (decimal): -2713608 or 16291798. OLE color: 16291798.

HSL color Cylindrical-coordinate representation of color #D697F8: hue angle of 278.97º degrees, saturation: 0.87, 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 #D697F8 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214151248-
CMYK0.140.3900.03
HSL278.97º87.39%78.24%-
HSV(B)278.97º39.11%97.25%-
XYZ55.7443.2194.21-
YUV180.9165.87151.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 151 (59.38% from 255) = 24.63%
BLUE value IS 248 (97.27% from 255) = 40.46%
R=34.91%
G=24.63%
B=40.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2141512480.140.3900.03278.9787.3978.24
HexD697F8E2703117574e
Octal326227370164703427127116
Binary110101101001011111111000111010011101110001011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697F8; }

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

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

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

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

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

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

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

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