Shades of Mauve #DDA2FA
Tints of Mauve #DDA2FA
RGB
CMYK
RGB Variations
Color information
#DDA2FA (or 0xDDA2FA) is known color: Mauve. HEX triplet: DD, A2 and FA. RGB value is (221,162,250). Sum of RGB (Red+Green+Blue) = 221+162+250=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2FA is #225D05. Grayscale: #BDBDBD. Windows color (decimal): -2252038 or 16425693. OLE color: 16425693.
HSL color Cylindrical-coordinate representation of color #DDA2FA: hue angle of 280.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA2FA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 162 | 250 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.02 |
| HSL | 280.23º | 0.9% | 0.81% | - |
| HSV(B) | 280.23º | 0.35% | 0.98% | - |
| XYZ | 59.99 | 48.11 | 96.57 | - |
| YUV | 189.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 250 | 0.12 | 0.35 | 0 | 0.02 | 280.23 | 0.9 | 0.81 |
| Hex | DD | A2 | FA | C | 23 | 0 | 2 | 118 | 5A | 51 |
| Octal | 335 | 242 | 372 | 14 | 43 | 0 | 2 | 430 | 132 | 121 |
| Binary | 11011101 | 10100010 | 11111010 | 1100 | 100011 | 0 | 10 | 100011000 | 1011010 | 1010001 |
Color Harmonies of #DDA2FA
Complementary color
Monochromatic Colors of #DDA2FA
Black with #DDA2FA
Text Example
Text Example
White with #DDA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2FA; }
p { color: rgb(221,162,250); }
H1.HeaderClassName
{
color: #DDA2FA;
}
.AnyTagClassName
{
color: #DDA2FA;
}
</style>
background-color css
<style>
a { background-color: #DDA2FA; }
a { background-color: rgb(221,162,250); }
div.DivClassName
{
background-color: #DDA2FA;
}
.BgClassName
{
background-color: #DDA2FA;
}
</style>
border-color css
<style>
span { border-color: #DDA2FA; }
span { border-color: rgb(221,162,250); }
td.TdClassName
{
border-color: #DDA2FA;
}
.TagClassName
{
border-color: #DDA2FA;
}
</style>