Shades of Mauve #DDA5F9
Tints of Mauve #DDA5F9
RGB
CMYK
RGB Variations
Color information
#DDA5F9 (or 0xDDA5F9) is known color: Mauve. HEX triplet: DD, A5 and F9. RGB value is (221,165,249). Sum of RGB (Red+Green+Blue) = 221+165+249=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDA5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5F9 is #225A06. Grayscale: #BFBFBF. Windows color (decimal): -2251271 or 16360925. OLE color: 16360925.
HSL color Cylindrical-coordinate representation of color #DDA5F9: hue angle of 280º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA5F9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 165 | 249 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.02 |
| HSL | 280º | 0.88% | 0.81% | - |
| HSV(B) | 280º | 0.34% | 0.98% | - |
| XYZ | 60.37 | 49.12 | 95.92 | - |
| YUV | 191.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 249 | 0.11 | 0.34 | 0 | 0.02 | 280 | 0.88 | 0.81 |
| Hex | DD | A5 | F9 | B | 22 | 0 | 2 | 118 | 58 | 51 |
| Octal | 335 | 245 | 371 | 13 | 42 | 0 | 2 | 430 | 130 | 121 |
| Binary | 11011101 | 10100101 | 11111001 | 1011 | 100010 | 0 | 10 | 100011000 | 1011000 | 1010001 |
Color Harmonies of #DDA5F9
Complementary color
Monochromatic Colors of #DDA5F9
Black with #DDA5F9
Text Example
Text Example
White with #DDA5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5F9; }
p { color: rgb(221,165,249); }
H1.HeaderClassName
{
color: #DDA5F9;
}
.AnyTagClassName
{
color: #DDA5F9;
}
</style>
background-color css
<style>
a { background-color: #DDA5F9; }
a { background-color: rgb(221,165,249); }
div.DivClassName
{
background-color: #DDA5F9;
}
.BgClassName
{
background-color: #DDA5F9;
}
</style>
border-color css
<style>
span { border-color: #DDA5F9; }
span { border-color: rgb(221,165,249); }
td.TdClassName
{
border-color: #DDA5F9;
}
.TagClassName
{
border-color: #DDA5F9;
}
</style>