Shades of Mauve #DD9FFB
Tints of Mauve #DD9FFB
RGB
CMYK
RGB Variations
Color information
#DD9FFB (or 0xDD9FFB) is known color: Mauve. HEX triplet: DD, 9F and FB. RGB value is (221,159,251). Sum of RGB (Red+Green+Blue) = 221+159+251=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FFB is #226004. Grayscale: #BBBBBB. Windows color (decimal): -2252805 or 16490461. OLE color: 16490461.
HSL color Cylindrical-coordinate representation of color #DD9FFB: hue angle of 280.43º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9FFB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 159 | 251 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.02 |
| HSL | 280.43º | 0.92% | 0.8% | - |
| HSV(B) | 280.43º | 0.37% | 0.98% | - |
| XYZ | 59.63 | 47.13 | 97.22 | - |
| YUV | 188.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 251 | 0.12 | 0.37 | 0 | 0.02 | 280.43 | 0.92 | 0.8 |
| Hex | DD | 9F | FB | C | 25 | 0 | 2 | 118 | 5C | 50 |
| Octal | 335 | 237 | 373 | 14 | 45 | 0 | 2 | 430 | 134 | 120 |
| Binary | 11011101 | 10011111 | 11111011 | 1100 | 100101 | 0 | 10 | 100011000 | 1011100 | 1010000 |
Color Harmonies of #DD9FFB
Complementary color
Monochromatic Colors of #DD9FFB
Black with #DD9FFB
Text Example
Text Example
White with #DD9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FFB; }
p { color: rgb(221,159,251); }
H1.HeaderClassName
{
color: #DD9FFB;
}
.AnyTagClassName
{
color: #DD9FFB;
}
</style>
background-color css
<style>
a { background-color: #DD9FFB; }
a { background-color: rgb(221,159,251); }
div.DivClassName
{
background-color: #DD9FFB;
}
.BgClassName
{
background-color: #DD9FFB;
}
</style>
border-color css
<style>
span { border-color: #DD9FFB; }
span { border-color: rgb(221,159,251); }
td.TdClassName
{
border-color: #DD9FFB;
}
.TagClassName
{
border-color: #DD9FFB;
}
</style>