#D693FA

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

Shades of Mauve #D693FA

Tints of Mauve #D693FA

Color information

#D693FA (or 0xD693FA) is unknown color: approx Mauve. HEX triplet: D6, 93 and FA. RGB value is (214,147,250). Sum of RGB (Red+Green+Blue) = 214+147+250=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #D693FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D693FA is #296C05. Grayscale: #B2B2B2. Windows color (decimal): -2714630 or 16421846. OLE color: 16421846.

HSL color Cylindrical-coordinate representation of color #D693FA: hue angle of 279.03º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D693FA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214147250-
CMYK0.140.4100.02
HSL279.03º91.15%77.84%-
HSV(B)279.03º41.2%98.04%-
XYZ55.4242.0795.64-
YUV178.78168.2153.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 147 (57.81% from 255) = 24.06%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=35.02%
G=24.06%
B=40.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141472500.140.4100.02279.0391.1577.84
HexD693FAE29021175b4e
Octal326223372165102427133116
Binary110101101001001111111010111010100101010001011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693FA; }

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

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

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

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

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

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

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

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