#D69FFA

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

Shades of Mauve #D69FFA

Tints of Mauve #D69FFA

Color information

#D69FFA (or 0xD69FFA) is unknown color: approx Mauve. HEX triplet: D6, 9F and FA. RGB value is (214,159,250). Sum of RGB (Red+Green+Blue) = 214+159+250=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #D69FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FFA is #296005. Grayscale: #B9B9B9. Windows color (decimal): -2711558 or 16424918. OLE color: 16424918.

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

Color convert

RGB214159250-
CMYK0.140.3600.02
HSL276.26º90.1%80.2%-
HSV(B)276.26º36.4%98.04%-
XYZ57.3945.9996.3-
YUV185.82164.22148.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=34.35%
G=25.52%
B=40.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141592500.140.3600.02276.2690.180.2
HexD69FFAE24021145a50
Octal326237372164402424132120
Binary110101101001111111111010111010010001010001010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FFA; }

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

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

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

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

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

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

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

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