Shades of Mauve #DDA1F3
Tints of Mauve #DDA1F3
RGB
CMYK
RGB Variations
Color information
#DDA1F3 (or 0xDDA1F3) is known color: Mauve. HEX triplet: DD, A1 and F3. RGB value is (221,161,243). Sum of RGB (Red+Green+Blue) = 221+161+243=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1F3 is #225E0C. Grayscale: #BCBCBC. Windows color (decimal): -2252301 or 15966685. OLE color: 15966685.
HSL color Cylindrical-coordinate representation of color #DDA1F3: hue angle of 283.9º degrees, saturation: 0.77, 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 #DDA1F3 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 161 | 243 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.05 |
| HSL | 283.9º | 0.77% | 0.79% | - |
| HSV(B) | 283.9º | 0.34% | 0.95% | - |
| XYZ | 58.74 | 47.33 | 90.83 | - |
| YUV | 188.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 243 | 0.09 | 0.34 | 0 | 0.05 | 283.9 | 0.77 | 0.79 |
| Hex | DD | A1 | F3 | 9 | 22 | 0 | 5 | 11C | 4D | 4F |
| Octal | 335 | 241 | 363 | 11 | 42 | 0 | 5 | 434 | 115 | 117 |
| Binary | 11011101 | 10100001 | 11110011 | 1001 | 100010 | 0 | 101 | 100011100 | 1001101 | 1001111 |
Color Harmonies of #DDA1F3
Complementary color
Monochromatic Colors of #DDA1F3
Black with #DDA1F3
Text Example
Text Example
White with #DDA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1F3; }
p { color: rgb(221,161,243); }
H1.HeaderClassName
{
color: #DDA1F3;
}
.AnyTagClassName
{
color: #DDA1F3;
}
</style>
background-color css
<style>
a { background-color: #DDA1F3; }
a { background-color: rgb(221,161,243); }
div.DivClassName
{
background-color: #DDA1F3;
}
.BgClassName
{
background-color: #DDA1F3;
}
</style>
border-color css
<style>
span { border-color: #DDA1F3; }
span { border-color: rgb(221,161,243); }
td.TdClassName
{
border-color: #DDA1F3;
}
.TagClassName
{
border-color: #DDA1F3;
}
</style>