#D693FD

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

Shades of Mauve #D693FD

Tints of Mauve #D693FD

Color information

#D693FD (or 0xD693FD) is unknown color: approx Mauve. HEX triplet: D6, 93 and FD. RGB value is (214,147,253). Sum of RGB (Red+Green+Blue) = 214+147+253=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #D693FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D693FD is #296C02. Grayscale: #B2B2B2. Windows color (decimal): -2714627 or 16618454. OLE color: 16618454.

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

Color convert

RGB214147253-
CMYK0.150.4200.01
HSL277.92º96.36%78.43%-
HSV(B)277.92º41.9%99.22%-
XYZ55.8942.2698.14-
YUV179.12169.7152.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=34.85%
G=23.94%
B=41.21%

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
Decimal2141472530.150.4200.01277.9296.3678.43
HexD693FDF2A01116604e
Octal326223375175201426140116
Binary11010110100100111111110111111010100110001011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693FD; }

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

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

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

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

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

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

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

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