#D692FE

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

Shades of Mauve #D692FE

Tints of Mauve #D692FE

Color information

#D692FE (or 0xD692FE) is unknown color: approx Mauve. HEX triplet: D6, 92 and FE. RGB value is (214,146,254). Sum of RGB (Red+Green+Blue) = 214+146+254=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #D692FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692FE is #296D01. Grayscale: #B2B2B2. Windows color (decimal): -2714882 or 16683734. OLE color: 16683734.

HSL color Cylindrical-coordinate representation of color #D692FE: hue angle of 277.78º 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 #D692FE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214146254-
CMYK0.160.4300.00
HSL277.78º98.18%78.43%-
HSV(B)277.78º42.52%99.61%-
XYZ55.942.0198.93-
YUV178.64170.53153.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 146 (57.42% from 255) = 23.78%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=34.85%
G=23.78%
B=41.37%

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
Decimal2141462540.160.4300.00277.7898.1878.43
HexD692FE102B00116624e
Octal326222376205300426142116
Binary110101101001001011111110100001010110010001011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692FE; }

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

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

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

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

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

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

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

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