Shades of Mauve #DDA2F1
Tints of Mauve #DDA2F1
RGB
CMYK
RGB Variations
Color information
#DDA2F1 (or 0xDDA2F1) is known color: Mauve. HEX triplet: DD, A2 and F1. RGB value is (221,162,241). Sum of RGB (Red+Green+Blue) = 221+162+241=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2F1 is #225D0E. Grayscale: #BCBCBC. Windows color (decimal): -2252047 or 15835869. OLE color: 15835869.
HSL color Cylindrical-coordinate representation of color #DDA2F1: hue angle of 284.81º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA2F1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 162 | 241 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.05 |
| HSL | 284.81º | 0.74% | 0.79% | - |
| HSV(B) | 284.81º | 0.33% | 0.95% | - |
| XYZ | 58.62 | 47.56 | 89.31 | - |
| YUV | 188.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 241 | 0.08 | 0.33 | 0 | 0.05 | 284.81 | 0.74 | 0.79 |
| Hex | DD | A2 | F1 | 8 | 21 | 0 | 5 | 11D | 4A | 4F |
| Octal | 335 | 242 | 361 | 10 | 41 | 0 | 5 | 435 | 112 | 117 |
| Binary | 11011101 | 10100010 | 11110001 | 1000 | 100001 | 0 | 101 | 100011101 | 1001010 | 1001111 |
Color Harmonies of #DDA2F1
Complementary color
Monochromatic Colors of #DDA2F1
Black with #DDA2F1
Text Example
Text Example
White with #DDA2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2F1; }
p { color: rgb(221,162,241); }
H1.HeaderClassName
{
color: #DDA2F1;
}
.AnyTagClassName
{
color: #DDA2F1;
}
</style>
background-color css
<style>
a { background-color: #DDA2F1; }
a { background-color: rgb(221,162,241); }
div.DivClassName
{
background-color: #DDA2F1;
}
.BgClassName
{
background-color: #DDA2F1;
}
</style>
border-color css
<style>
span { border-color: #DDA2F1; }
span { border-color: rgb(221,162,241); }
td.TdClassName
{
border-color: #DDA2F1;
}
.TagClassName
{
border-color: #DDA2F1;
}
</style>