Shades of Mauve #DDA3F1
Tints of Mauve #DDA3F1
RGB
CMYK
RGB Variations
Color information
#DDA3F1 (or 0xDDA3F1) is known color: Mauve. HEX triplet: DD, A3 and F1. RGB value is (221,163,241). Sum of RGB (Red+Green+Blue) = 221+163+241=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3F1 is #225C0E. Grayscale: #BCBCBC. Windows color (decimal): -2251791 or 15836125. OLE color: 15836125.
HSL color Cylindrical-coordinate representation of color #DDA3F1: hue angle of 284.62º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA3F1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 163 | 241 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.05 |
| HSL | 284.62º | 0.74% | 0.79% | - |
| HSV(B) | 284.62º | 0.32% | 0.95% | - |
| XYZ | 58.79 | 47.92 | 89.37 | - |
| YUV | 189.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 241 | 0.08 | 0.32 | 0 | 0.05 | 284.62 | 0.74 | 0.79 |
| Hex | DD | A3 | F1 | 8 | 20 | 0 | 5 | 11D | 4A | 4F |
| Octal | 335 | 243 | 361 | 10 | 40 | 0 | 5 | 435 | 112 | 117 |
| Binary | 11011101 | 10100011 | 11110001 | 1000 | 100000 | 0 | 101 | 100011101 | 1001010 | 1001111 |
Color Harmonies of #DDA3F1
Complementary color
Monochromatic Colors of #DDA3F1
Black with #DDA3F1
Text Example
Text Example
White with #DDA3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3F1; }
p { color: rgb(221,163,241); }
H1.HeaderClassName
{
color: #DDA3F1;
}
.AnyTagClassName
{
color: #DDA3F1;
}
</style>
background-color css
<style>
a { background-color: #DDA3F1; }
a { background-color: rgb(221,163,241); }
div.DivClassName
{
background-color: #DDA3F1;
}
.BgClassName
{
background-color: #DDA3F1;
}
</style>
border-color css
<style>
span { border-color: #DDA3F1; }
span { border-color: rgb(221,163,241); }
td.TdClassName
{
border-color: #DDA3F1;
}
.TagClassName
{
border-color: #DDA3F1;
}
</style>