#D691FE

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

Shades of Mauve #D691FE

Tints of Mauve #D691FE

Color information

#D691FE (or 0xD691FE) is unknown color: approx Mauve. HEX triplet: D6, 91 and FE. RGB value is (214,145,254). Sum of RGB (Red+Green+Blue) = 214+145+254=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #D691FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D691FE is #296E01. Grayscale: #B1B1B1. Windows color (decimal): -2715138 or 16683478. OLE color: 16683478.

HSL color Cylindrical-coordinate representation of color #D691FE: hue angle of 277.98º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D691FE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214145254-
CMYK0.160.4300.00
HSL277.98º98.2%78.24%-
HSV(B)277.98º42.91%99.61%-
XYZ55.7541.798.88-
YUV178.06170.86153.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 145 (57.03% from 255) = 23.65%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=34.91%
G=23.65%
B=41.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141452540.160.4300.00277.9898.278.24
HexD691FE102B00116624e
Octal326221376205300426142116
Binary110101101001000111111110100001010110010001011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691FE; }

 p { color: rgb(214,145,254); }

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

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

 a { background-color: rgb(214,145,254); }

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

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

 span { border-color: rgb(214,145,254); }

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