#D693FC

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

Shades of Mauve #D693FC

Tints of Mauve #D693FC

Color information

#D693FC (or 0xD693FC) is unknown color: approx Mauve. HEX triplet: D6, 93 and FC. RGB value is (214,147,252). Sum of RGB (Red+Green+Blue) = 214+147+252=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D693FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D693FC is #296C03. Grayscale: #B2B2B2. Windows color (decimal): -2714628 or 16552918. OLE color: 16552918.

HSL color Cylindrical-coordinate representation of color #D693FC: hue angle of 278.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D693FC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214147252-
CMYK0.150.4200.01
HSL278.29º94.59%78.24%-
HSV(B)278.29º41.67%98.82%-
XYZ55.7442.1997.3-
YUV179169.2152.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=34.91%
G=23.98%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141472520.150.4200.01278.2994.5978.24
HexD693FCF2A011165f4e
Octal326223374175201426137116
Binary11010110100100111111110011111010100110001011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693FC; }

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

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

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

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

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

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

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

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