#D7A9FD

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

Shades of Mauve #D7A9FD

Tints of Mauve #D7A9FD

Color information

#D7A9FD (or 0xD7A9FD) is unknown color: approx Mauve. HEX triplet: D7, A9 and FD. RGB value is (215,169,253). Sum of RGB (Red+Green+Blue) = 215+169+253=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A9FD is #285602. Grayscale: #C0C0C0. Windows color (decimal): -2643459 or 16624087. OLE color: 16624087.

HSL color Cylindrical-coordinate representation of color #D7A9FD: hue angle of 272.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7A9FD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215169253-
CMYK0.150.3300.01
HSL272.86º95.45%82.75%-
HSV(B)272.86º33.2%99.22%-
XYZ59.9449.9199.4-
YUV192.33162.24144.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 169 (66.41% from 255) = 26.53%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=33.75%
G=26.53%
B=39.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151692530.150.3300.01272.8695.4582.75
HexD7A9FDF21011115f53
Octal327251375174101421137123
Binary11010111101010011111110111111000010110001000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9FD; }

 p { color: rgb(215,169,253); }

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

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

 a { background-color: rgb(215,169,253); }

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

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

 span { border-color: rgb(215,169,253); }

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