Shades of Mauve #DD9FFE
Tints of Mauve #DD9FFE
RGB
CMYK
RGB Variations
Color information
#DD9FFE (or 0xDD9FFE) is known color: Mauve. HEX triplet: DD, 9F and FE. RGB value is (221,159,254). Sum of RGB (Red+Green+Blue) = 221+159+254=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FFE is #226001. Grayscale: #BCBCBC. Windows color (decimal): -2252802 or 16687069. OLE color: 16687069.
HSL color Cylindrical-coordinate representation of color #DD9FFE: hue angle of 279.16º 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 #DD9FFE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 159 | 254 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.00 |
| HSL | 279.16º | 0.98% | 0.81% | - |
| HSV(B) | 279.16º | 0.37% | 1% | - |
| XYZ | 60.11 | 47.32 | 99.73 | - |
| YUV | 188.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 254 | 0.13 | 0.37 | 0 | 0.00 | 279.16 | 0.98 | 0.81 |
| Hex | DD | 9F | FE | D | 25 | 0 | 0 | 117 | 62 | 51 |
| Octal | 335 | 237 | 376 | 15 | 45 | 0 | 0 | 427 | 142 | 121 |
| Binary | 11011101 | 10011111 | 11111110 | 1101 | 100101 | 0 | 0 | 100010111 | 1100010 | 1010001 |
Color Harmonies of #DD9FFE
Complementary color
Monochromatic Colors of #DD9FFE
Black with #DD9FFE
Text Example
Text Example
White with #DD9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FFE; }
p { color: rgb(221,159,254); }
H1.HeaderClassName
{
color: #DD9FFE;
}
.AnyTagClassName
{
color: #DD9FFE;
}
</style>
background-color css
<style>
a { background-color: #DD9FFE; }
a { background-color: rgb(221,159,254); }
div.DivClassName
{
background-color: #DD9FFE;
}
.BgClassName
{
background-color: #DD9FFE;
}
</style>
border-color css
<style>
span { border-color: #DD9FFE; }
span { border-color: rgb(221,159,254); }
td.TdClassName
{
border-color: #DD9FFE;
}
.TagClassName
{
border-color: #DD9FFE;
}
</style>