Shades of Mauve #DD9DF8
Tints of Mauve #DD9DF8
RGB
CMYK
RGB Variations
Color information
#DD9DF8 (or 0xDD9DF8) is known color: Mauve. HEX triplet: DD, 9D and F8. RGB value is (221,157,248). Sum of RGB (Red+Green+Blue) = 221+157+248=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF8 is #226207. Grayscale: #BABABA. Windows color (decimal): -2253320 or 16293341. OLE color: 16293341.
HSL color Cylindrical-coordinate representation of color #DD9DF8: hue angle of 282.2º degrees, saturation: 0.87, 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 #DD9DF8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 157 | 248 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.03 |
| HSL | 282.2º | 0.87% | 0.79% | - |
| HSV(B) | 282.2º | 0.37% | 0.97% | - |
| XYZ | 58.82 | 46.26 | 94.64 | - |
| YUV | 186.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 248 | 0.11 | 0.37 | 0 | 0.03 | 282.2 | 0.87 | 0.79 |
| Hex | DD | 9D | F8 | B | 25 | 0 | 3 | 11A | 57 | 4F |
| Octal | 335 | 235 | 370 | 13 | 45 | 0 | 3 | 432 | 127 | 117 |
| Binary | 11011101 | 10011101 | 11111000 | 1011 | 100101 | 0 | 11 | 100011010 | 1010111 | 1001111 |
Color Harmonies of #DD9DF8
Complementary color
Monochromatic Colors of #DD9DF8
Black with #DD9DF8
Text Example
Text Example
White with #DD9DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DF8; }
p { color: rgb(221,157,248); }
H1.HeaderClassName
{
color: #DD9DF8;
}
.AnyTagClassName
{
color: #DD9DF8;
}
</style>
background-color css
<style>
a { background-color: #DD9DF8; }
a { background-color: rgb(221,157,248); }
div.DivClassName
{
background-color: #DD9DF8;
}
.BgClassName
{
background-color: #DD9DF8;
}
</style>
border-color css
<style>
span { border-color: #DD9DF8; }
span { border-color: rgb(221,157,248); }
td.TdClassName
{
border-color: #DD9DF8;
}
.TagClassName
{
border-color: #DD9DF8;
}
</style>