Shades of Mauve #DD9FFF
Tints of Mauve #DD9FFF
RGB
CMYK
RGB Variations
Color information
#DD9FFF (or 0xDD9FFF) is known color: Mauve. HEX triplet: DD, 9F and FF. RGB value is (221,159,255). Sum of RGB (Red+Green+Blue) = 221+159+255=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FFF is #226000. Grayscale: #BCBCBC. Windows color (decimal): -2252801 or 16752605. OLE color: 16752605.
HSL color Cylindrical-coordinate representation of color #DD9FFF: hue angle of 278.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9FFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 159 | 255 | - |
| CMYK | 0.13 | 0.38 | 0 | 0 |
| HSL | 278.75º | 1% | 0.81% | - |
| HSV(B) | 278.75º | 0.38% | 1% | - |
| XYZ | 60.27 | 47.39 | 100.58 | - |
| YUV | 188.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 255 | 0.13 | 0.38 | 0 | 0 | 278.75 | 1 | 0.81 |
| Hex | DD | 9F | FF | D | 26 | 0 | 0 | 117 | 64 | 51 |
| Octal | 335 | 237 | 377 | 15 | 46 | 0 | 0 | 427 | 144 | 121 |
| Binary | 11011101 | 10011111 | 11111111 | 1101 | 100110 | 0 | 0 | 100010111 | 1100100 | 1010001 |
Color Harmonies of #DD9FFF
Complementary color
Monochromatic Colors of #DD9FFF
Black with #DD9FFF
Text Example
Text Example
White with #DD9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FFF; }
p { color: rgb(221,159,255); }
H1.HeaderClassName
{
color: #DD9FFF;
}
.AnyTagClassName
{
color: #DD9FFF;
}
</style>
background-color css
<style>
a { background-color: #DD9FFF; }
a { background-color: rgb(221,159,255); }
div.DivClassName
{
background-color: #DD9FFF;
}
.BgClassName
{
background-color: #DD9FFF;
}
</style>
border-color css
<style>
span { border-color: #DD9FFF; }
span { border-color: rgb(221,159,255); }
td.TdClassName
{
border-color: #DD9FFF;
}
.TagClassName
{
border-color: #DD9FFF;
}
</style>