Shades of Mauve #DD9DFF
Tints of Mauve #DD9DFF
RGB
CMYK
RGB Variations
Color information
#DD9DFF (or 0xDD9DFF) is known color: Mauve. HEX triplet: DD, 9D and FF. RGB value is (221,157,255). Sum of RGB (Red+Green+Blue) = 221+157+255=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DFF is #226200. Grayscale: #BABABA. Windows color (decimal): -2253313 or 16752093. OLE color: 16752093.
HSL color Cylindrical-coordinate representation of color #DD9DFF: hue angle of 279.18º 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 #DD9DFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 157 | 255 | - |
| CMYK | 0.13 | 0.38 | 0 | 0 |
| HSL | 279.18º | 1% | 0.81% | - |
| HSV(B) | 279.18º | 0.38% | 1% | - |
| XYZ | 59.93 | 46.71 | 100.46 | - |
| YUV | 187.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 255 | 0.13 | 0.38 | 0 | 0 | 279.18 | 1 | 0.81 |
| Hex | DD | 9D | FF | D | 26 | 0 | 0 | 117 | 64 | 51 |
| Octal | 335 | 235 | 377 | 15 | 46 | 0 | 0 | 427 | 144 | 121 |
| Binary | 11011101 | 10011101 | 11111111 | 1101 | 100110 | 0 | 0 | 100010111 | 1100100 | 1010001 |
Color Harmonies of #DD9DFF
Complementary color
Monochromatic Colors of #DD9DFF
Black with #DD9DFF
Text Example
Text Example
White with #DD9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DFF; }
p { color: rgb(221,157,255); }
H1.HeaderClassName
{
color: #DD9DFF;
}
.AnyTagClassName
{
color: #DD9DFF;
}
</style>
background-color css
<style>
a { background-color: #DD9DFF; }
a { background-color: rgb(221,157,255); }
div.DivClassName
{
background-color: #DD9DFF;
}
.BgClassName
{
background-color: #DD9DFF;
}
</style>
border-color css
<style>
span { border-color: #DD9DFF; }
span { border-color: rgb(221,157,255); }
td.TdClassName
{
border-color: #DD9DFF;
}
.TagClassName
{
border-color: #DD9DFF;
}
</style>