Shades of Mauve #DDA7F0
Tints of Mauve #DDA7F0
RGB
CMYK
RGB Variations
Color information
#DDA7F0 (or 0xDDA7F0) is known color: Mauve. HEX triplet: DD, A7 and F0. RGB value is (221,167,240). Sum of RGB (Red+Green+Blue) = 221+167+240=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDA7F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7F0 is #22580F. Grayscale: #BFBFBF. Windows color (decimal): -2250768 or 15771613. OLE color: 15771613.
HSL color Cylindrical-coordinate representation of color #DDA7F0: hue angle of 284.38º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA7F0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 167 | 240 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.06 |
| HSL | 284.38º | 0.71% | 0.8% | - |
| HSV(B) | 284.38º | 0.3% | 0.94% | - |
| XYZ | 59.37 | 49.3 | 88.83 | - |
| YUV | 191.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 240 | 0.08 | 0.30 | 0 | 0.06 | 284.38 | 0.71 | 0.8 |
| Hex | DD | A7 | F0 | 8 | 1E | 0 | 6 | 11C | 47 | 50 |
| Octal | 335 | 247 | 360 | 10 | 36 | 0 | 6 | 434 | 107 | 120 |
| Binary | 11011101 | 10100111 | 11110000 | 1000 | 11110 | 0 | 110 | 100011100 | 1000111 | 1010000 |
Color Harmonies of #DDA7F0
Complementary color
Monochromatic Colors of #DDA7F0
Black with #DDA7F0
Text Example
Text Example
White with #DDA7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7F0; }
p { color: rgb(221,167,240); }
H1.HeaderClassName
{
color: #DDA7F0;
}
.AnyTagClassName
{
color: #DDA7F0;
}
</style>
background-color css
<style>
a { background-color: #DDA7F0; }
a { background-color: rgb(221,167,240); }
div.DivClassName
{
background-color: #DDA7F0;
}
.BgClassName
{
background-color: #DDA7F0;
}
</style>
border-color css
<style>
span { border-color: #DDA7F0; }
span { border-color: rgb(221,167,240); }
td.TdClassName
{
border-color: #DDA7F0;
}
.TagClassName
{
border-color: #DDA7F0;
}
</style>