#D692F9

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

Shades of Mauve #D692F9

Tints of Mauve #D692F9

Color information

#D692F9 (or 0xD692F9) is unknown color: approx Mauve. HEX triplet: D6, 92 and F9. RGB value is (214,146,249). Sum of RGB (Red+Green+Blue) = 214+146+249=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D692F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692F9 is #296D06. Grayscale: #B1B1B1. Windows color (decimal): -2714887 or 16356054. OLE color: 16356054.

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

Color convert

RGB214146249-
CMYK0.140.4100.02
HSL279.61º89.57%77.45%-
HSV(B)279.61º41.37%97.65%-
XYZ55.1141.6994.77-
YUV178.07168.03153.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 146 (57.42% from 255) = 23.97%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=35.14%
G=23.97%
B=40.89%

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
Decimal2141462490.140.4100.02279.6189.5777.45
HexD692F9E29021185a4d
Octal326222371165102430132115
Binary110101101001001011111001111010100101010001100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692F9; }

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

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

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

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

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

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

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

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