Shades of Mauve #DDA0FE
Tints of Mauve #DDA0FE
RGB
CMYK
RGB Variations
Color information
#DDA0FE (or 0xDDA0FE) is known color: Mauve. HEX triplet: DD, A0 and FE. RGB value is (221,160,254). Sum of RGB (Red+Green+Blue) = 221+160+254=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FE is #225F01. Grayscale: #BCBCBC. Windows color (decimal): -2252546 or 16687325. OLE color: 16687325.
HSL color Cylindrical-coordinate representation of color #DDA0FE: hue angle of 278.94º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA0FE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 160 | 254 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.00 |
| HSL | 278.94º | 0.98% | 0.81% | - |
| HSV(B) | 278.94º | 0.37% | 1% | - |
| XYZ | 60.28 | 47.67 | 99.79 | - |
| YUV | 188.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 254 | 0.13 | 0.37 | 0 | 0.00 | 278.94 | 0.98 | 0.81 |
| Hex | DD | A0 | FE | D | 25 | 0 | 0 | 117 | 62 | 51 |
| Octal | 335 | 240 | 376 | 15 | 45 | 0 | 0 | 427 | 142 | 121 |
| Binary | 11011101 | 10100000 | 11111110 | 1101 | 100101 | 0 | 0 | 100010111 | 1100010 | 1010001 |
Color Harmonies of #DDA0FE
Complementary color
Monochromatic Colors of #DDA0FE
Black with #DDA0FE
Text Example
Text Example
White with #DDA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0FE; }
p { color: rgb(221,160,254); }
H1.HeaderClassName
{
color: #DDA0FE;
}
.AnyTagClassName
{
color: #DDA0FE;
}
</style>
background-color css
<style>
a { background-color: #DDA0FE; }
a { background-color: rgb(221,160,254); }
div.DivClassName
{
background-color: #DDA0FE;
}
.BgClassName
{
background-color: #DDA0FE;
}
</style>
border-color css
<style>
span { border-color: #DDA0FE; }
span { border-color: rgb(221,160,254); }
td.TdClassName
{
border-color: #DDA0FE;
}
.TagClassName
{
border-color: #DDA0FE;
}
</style>