#D69FFE

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

Shades of Mauve #D69FFE

Tints of Mauve #D69FFE

Color information

#D69FFE (or 0xD69FFE) is unknown color: approx Mauve. HEX triplet: D6, 9F and FE. RGB value is (214,159,254). Sum of RGB (Red+Green+Blue) = 214+159+254=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #D69FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FFE is #296001. Grayscale: #B9B9B9. Windows color (decimal): -2711554 or 16687062. OLE color: 16687062.

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

Color convert

RGB214159254-
CMYK0.160.3700.00
HSL274.74º97.94%80.98%-
HSV(B)274.74º37.4%99.61%-
XYZ58.0246.2599.63-
YUV186.27166.22147.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=34.13%
G=25.36%
B=40.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141592540.160.3700.00274.7497.9480.98
HexD69FFE1025001136251
Octal326237376204500423142121
Binary110101101001111111111110100001001010010001001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FFE; }

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

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

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

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

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

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

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

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