Shades of Mauve #DDA9F4
Tints of Mauve #DDA9F4
RGB
CMYK
RGB Variations
Color information
#DDA9F4 (or 0xDDA9F4) is known color: Mauve. HEX triplet: DD, A9 and F4. RGB value is (221,169,244). Sum of RGB (Red+Green+Blue) = 221+169+244=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDA9F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9F4 is #22560B. Grayscale: #C0C0C0. Windows color (decimal): -2250252 or 16034269. OLE color: 16034269.
HSL color Cylindrical-coordinate representation of color #DDA9F4: hue angle of 281.6º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA9F4 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 169 | 244 | - |
CMYK | 0.09 | 0.31 | 0 | 0.04 |
HSL | 281.6º | 0.77% | 0.81% | - |
HSV(B) | 281.6º | 0.31% | 0.96% | - |
XYZ | 60.34 | 50.28 | 92.11 | - |
YUV | 193.1 | 156.73 | 147.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 169 | 244 | 0.09 | 0.31 | 0 | 0.04 | 281.6 | 0.77 | 0.81 |
Hex | DD | A9 | F4 | 9 | 1F | 0 | 4 | 11A | 4D | 51 |
Octal | 335 | 251 | 364 | 11 | 37 | 0 | 4 | 432 | 115 | 121 |
Binary | 11011101 | 10101001 | 11110100 | 1001 | 11111 | 0 | 100 | 100011010 | 1001101 | 1010001 |
Color Harmonies of #DDA9F4
Complementary color
Monochromatic Colors of #DDA9F4
Black with #DDA9F4
Text Example
Text Example
White with #DDA9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9F4; }
p { color: rgb(221,169,244); }
H1.HeaderClassName
{
color: #DDA9F4;
}
.AnyTagClassName
{
color: #DDA9F4;
}
</style>
background-color css
<style>
a { background-color: #DDA9F4; }
a { background-color: rgb(221,169,244); }
div.DivClassName
{
background-color: #DDA9F4;
}
.BgClassName
{
background-color: #DDA9F4;
}
</style>
border-color css
<style>
span { border-color: #DDA9F4; }
span { border-color: rgb(221,169,244); }
td.TdClassName
{
border-color: #DDA9F4;
}
.TagClassName
{
border-color: #DDA9F4;
}
</style>