Shades of Mauve #DD9BF7
Tints of Mauve #DD9BF7
RGB
CMYK
RGB Variations
Color information
#DD9BF7 (or 0xDD9BF7) is known color: Mauve. HEX triplet: DD, 9B and F7. RGB value is (221,155,247). Sum of RGB (Red+Green+Blue) = 221+155+247=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD9BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BF7 is #226408. Grayscale: #B8B8B8. Windows color (decimal): -2253833 or 16227293. OLE color: 16227293.
HSL color Cylindrical-coordinate representation of color #DD9BF7: hue angle of 283.04º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9BF7 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 155 | 247 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.03 |
| HSL | 283.04º | 0.85% | 0.79% | - |
| HSV(B) | 283.04º | 0.37% | 0.97% | - |
| XYZ | 58.33 | 45.53 | 93.71 | - |
| YUV | 185.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 247 | 0.11 | 0.37 | 0 | 0.03 | 283.04 | 0.85 | 0.79 |
| Hex | DD | 9B | F7 | B | 25 | 0 | 3 | 11B | 55 | 4F |
| Octal | 335 | 233 | 367 | 13 | 45 | 0 | 3 | 433 | 125 | 117 |
| Binary | 11011101 | 10011011 | 11110111 | 1011 | 100101 | 0 | 11 | 100011011 | 1010101 | 1001111 |
Color Harmonies of #DD9BF7
Complementary color
Monochromatic Colors of #DD9BF7
Black with #DD9BF7
Text Example
Text Example
White with #DD9BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BF7; }
p { color: rgb(221,155,247); }
H1.HeaderClassName
{
color: #DD9BF7;
}
.AnyTagClassName
{
color: #DD9BF7;
}
</style>
background-color css
<style>
a { background-color: #DD9BF7; }
a { background-color: rgb(221,155,247); }
div.DivClassName
{
background-color: #DD9BF7;
}
.BgClassName
{
background-color: #DD9BF7;
}
</style>
border-color css
<style>
span { border-color: #DD9BF7; }
span { border-color: rgb(221,155,247); }
td.TdClassName
{
border-color: #DD9BF7;
}
.TagClassName
{
border-color: #DD9BF7;
}
</style>