Shades of Mauve #DDA0F3
Tints of Mauve #DDA0F3
RGB
CMYK
RGB Variations
Color information
#DDA0F3 (or 0xDDA0F3) is known color: Mauve. HEX triplet: DD, A0 and F3. RGB value is (221,160,243). Sum of RGB (Red+Green+Blue) = 221+160+243=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDA0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0F3 is #225F0C. Grayscale: #BBBBBB. Windows color (decimal): -2252557 or 15966429. OLE color: 15966429.
HSL color Cylindrical-coordinate representation of color #DDA0F3: hue angle of 284.1º degrees, saturation: 0.78, 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 #DDA0F3 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 160 | 243 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.05 |
| HSL | 284.1º | 0.78% | 0.79% | - |
| HSV(B) | 284.1º | 0.34% | 0.95% | - |
| XYZ | 58.57 | 46.98 | 90.78 | - |
| YUV | 187.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 243 | 0.09 | 0.34 | 0 | 0.05 | 284.1 | 0.78 | 0.79 |
| Hex | DD | A0 | F3 | 9 | 22 | 0 | 5 | 11C | 4E | 4F |
| Octal | 335 | 240 | 363 | 11 | 42 | 0 | 5 | 434 | 116 | 117 |
| Binary | 11011101 | 10100000 | 11110011 | 1001 | 100010 | 0 | 101 | 100011100 | 1001110 | 1001111 |
Color Harmonies of #DDA0F3
Complementary color
Monochromatic Colors of #DDA0F3
Black with #DDA0F3
Text Example
Text Example
White with #DDA0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0F3; }
p { color: rgb(221,160,243); }
H1.HeaderClassName
{
color: #DDA0F3;
}
.AnyTagClassName
{
color: #DDA0F3;
}
</style>
background-color css
<style>
a { background-color: #DDA0F3; }
a { background-color: rgb(221,160,243); }
div.DivClassName
{
background-color: #DDA0F3;
}
.BgClassName
{
background-color: #DDA0F3;
}
</style>
border-color css
<style>
span { border-color: #DDA0F3; }
span { border-color: rgb(221,160,243); }
td.TdClassName
{
border-color: #DDA0F3;
}
.TagClassName
{
border-color: #DDA0F3;
}
</style>