Shades of Mauve #DD9FFD
Tints of Mauve #DD9FFD
RGB
CMYK
RGB Variations
Color information
#DD9FFD (or 0xDD9FFD) is known color: Mauve. HEX triplet: DD, 9F and FD. RGB value is (221,159,253). Sum of RGB (Red+Green+Blue) = 221+159+253=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FFD is #226002. Grayscale: #BBBBBB. Windows color (decimal): -2252803 or 16621533. OLE color: 16621533.
HSL color Cylindrical-coordinate representation of color #DD9FFD: hue angle of 279.57º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9FFD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 159 | 253 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.01 |
| HSL | 279.57º | 0.96% | 0.81% | - |
| HSV(B) | 279.57º | 0.37% | 0.99% | - |
| XYZ | 59.95 | 47.26 | 98.89 | - |
| YUV | 188.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 253 | 0.13 | 0.37 | 0 | 0.01 | 279.57 | 0.96 | 0.81 |
| Hex | DD | 9F | FD | D | 25 | 0 | 1 | 118 | 60 | 51 |
| Octal | 335 | 237 | 375 | 15 | 45 | 0 | 1 | 430 | 140 | 121 |
| Binary | 11011101 | 10011111 | 11111101 | 1101 | 100101 | 0 | 1 | 100011000 | 1100000 | 1010001 |
Color Harmonies of #DD9FFD
Complementary color
Monochromatic Colors of #DD9FFD
Black with #DD9FFD
Text Example
Text Example
White with #DD9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FFD; }
p { color: rgb(221,159,253); }
H1.HeaderClassName
{
color: #DD9FFD;
}
.AnyTagClassName
{
color: #DD9FFD;
}
</style>
background-color css
<style>
a { background-color: #DD9FFD; }
a { background-color: rgb(221,159,253); }
div.DivClassName
{
background-color: #DD9FFD;
}
.BgClassName
{
background-color: #DD9FFD;
}
</style>
border-color css
<style>
span { border-color: #DD9FFD; }
span { border-color: rgb(221,159,253); }
td.TdClassName
{
border-color: #DD9FFD;
}
.TagClassName
{
border-color: #DD9FFD;
}
</style>