#D3AFF1

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

Shades of Mauve #D3AFF1

Tints of Mauve #D3AFF1

Color information

#D3AFF1 (or 0xD3AFF1) is unknown color: approx Mauve. HEX triplet: D3, AF and F1. RGB value is (211,175,241). Sum of RGB (Red+Green+Blue) = 211+175+241=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFF1 is #2C500E. Grayscale: #C1C1C1. Windows color (decimal): -2904079 or 15839187. OLE color: 15839187.

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

Color convert

RGB211175241-
CMYK0.120.2700.05
HSL272.73º70.21%81.57%-
HSV(B)272.73º27.39%94.51%-
XYZ58.0750.8689.98-
YUV193.29154.93140.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.65%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=33.65%
G=27.91%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111752410.120.2700.05272.7370.2181.57
HexD3AFF1C1B051114652
Octal323257361143305421106122
Binary110100111010111111110001110011011010110001000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFF1; }

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

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

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

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

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

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

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

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