#D694FD

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

Shades of Mauve #D694FD

Tints of Mauve #D694FD

Color information

#D694FD (or 0xD694FD) is unknown color: approx Mauve. HEX triplet: D6, 94 and FD. RGB value is (214,148,253). Sum of RGB (Red+Green+Blue) = 214+148+253=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #D694FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694FD is #296B02. Grayscale: #B3B3B3. Windows color (decimal): -2714371 or 16618710. OLE color: 16618710.

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

Color convert

RGB214148253-
CMYK0.150.4200.01
HSL277.71º96.33%78.63%-
HSV(B)277.71º41.5%99.22%-
XYZ56.0542.5798.19-
YUV179.7169.37152.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.80%
GREEN value IS 148 (58.20% from 255) = 24.07%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=34.80%
G=24.07%
B=41.14%

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
Decimal2141482530.150.4200.01277.7196.3378.63
HexD694FDF2A01116604f
Octal326224375175201426140117
Binary11010110100101001111110111111010100110001011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694FD; }

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

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

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

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

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

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

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

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