#D3A0F2

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

Shades of Mauve #D3A0F2

Tints of Mauve #D3A0F2

Color information

#D3A0F2 (or 0xD3A0F2) is unknown color: approx Mauve. HEX triplet: D3, A0 and F2. RGB value is (211,160,242). Sum of RGB (Red+Green+Blue) = 211+160+242=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3A0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A0F2 is #2C5F0D. Grayscale: #B8B8B8. Windows color (decimal): -2907918 or 15900883. OLE color: 15900883.

HSL color Cylindrical-coordinate representation of color #D3A0F2: hue angle of 277.32º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A0F2 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211160242-
CMYK0.130.3400.05
HSL277.32º75.93%78.82%-
HSV(B)277.32º33.88%94.9%-
XYZ55.4645.489.84-
YUV184.6160.4146.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.42%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=34.42%
G=26.10%
B=39.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111602420.130.3400.05277.3275.9378.82
HexD3A0F2D22051154c4f
Octal323240362154205425114117
Binary1101001110100000111100101101100010010110001010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A0F2; }

 p { color: rgb(211,160,242); }

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

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

 a { background-color: rgb(211,160,242); }

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

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

 span { border-color: rgb(211,160,242); }

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