#D3AFF3

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

Shades of Mauve #D3AFF3

Tints of Mauve #D3AFF3

Color information

#D3AFF3 (or 0xD3AFF3) is unknown color: approx Mauve. HEX triplet: D3, AF and F3. RGB value is (211,175,243). Sum of RGB (Red+Green+Blue) = 211+175+243=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFF3 is #2C500C. Grayscale: #C1C1C1. Windows color (decimal): -2904077 or 15970259. OLE color: 15970259.

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

Color convert

RGB211175243-
CMYK0.130.2800.05
HSL271.76º73.91%81.96%-
HSV(B)271.76º27.98%95.29%-
XYZ58.3750.9891.56-
YUV193.52155.93140.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=33.55%
G=27.82%
B=38.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111752430.130.2800.05271.7673.9181.96
HexD3AFF3D1C051104a52
Octal323257363153405420112122
Binary110100111010111111110011110111100010110001000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFF3; }

 p { color: rgb(211,175,243); }

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

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

 a { background-color: rgb(211,175,243); }

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

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

 span { border-color: rgb(211,175,243); }

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