#DDA7F1

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

Shades of Mauve #DDA7F1

Tints of Mauve #DDA7F1

Color information

#DDA7F1 (or 0xDDA7F1) is unknown color: approx Mauve. HEX triplet: DD, A7 and F1. RGB value is (221,167,241). Sum of RGB (Red+Green+Blue) = 221+167+241=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7F1 is #22580E. Grayscale: #BFBFBF. Windows color (decimal): -2250767 or 15837149. OLE color: 15837149.

HSL color Cylindrical-coordinate representation of color #DDA7F1: hue angle of 283.78º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA7F1 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221167241-
CMYK0.080.3100.05
HSL283.78º72.55%80%-
HSV(B)283.78º30.71%94.51%-
XYZ59.5149.3689.61-
YUV191.58155.89148.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 167 (65.62% from 255) = 26.55%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=35.14%
G=26.55%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211672410.080.3100.05283.7872.5580
HexDDA7F181F0511c4950
Octal335247361103705434111120
Binary110111011010011111110001100011111010110001110010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7F1; }

 p { color: rgb(221,167,241); }

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

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

 a { background-color: rgb(221,167,241); }

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

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

 span { border-color: rgb(221,167,241); }

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