#D697FC

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

Shades of Mauve #D697FC

Tints of Mauve #D697FC

Color information

#D697FC (or 0xD697FC) is unknown color: approx Mauve. HEX triplet: D6, 97 and FC. RGB value is (214,151,252). Sum of RGB (Red+Green+Blue) = 214+151+252=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D697FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697FC is #296803. Grayscale: #B5B5B5. Windows color (decimal): -2713604 or 16553942. OLE color: 16553942.

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

Color convert

RGB214151252-
CMYK0.150.4000.01
HSL277.43º94.39%79.02%-
HSV(B)277.43º40.08%98.82%-
XYZ56.3743.4697.51-
YUV181.35167.87151.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 151 (59.38% from 255) = 24.47%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=34.68%
G=24.47%
B=40.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141512520.150.4000.01277.4394.3979.02
HexD697FCF28011155e4f
Octal326227374175001425136117
Binary11010110100101111111110011111010000110001010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697FC; }

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

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

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

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

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

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

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

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