Shades of Mauve #DD9EF0
Tints of Mauve #DD9EF0
RGB
CMYK
RGB Variations
Color information
#DD9EF0 (or 0xDD9EF0) is known color: Mauve. HEX triplet: DD, 9E and F0. RGB value is (221,158,240). Sum of RGB (Red+Green+Blue) = 221+158+240=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD9EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EF0 is #22610F. Grayscale: #B9B9B9. Windows color (decimal): -2253072 or 15769309. OLE color: 15769309.
HSL color Cylindrical-coordinate representation of color #DD9EF0: hue angle of 286.1º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9EF0 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 158 | 240 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.06 |
| HSL | 286.1º | 0.73% | 0.78% | - |
| HSV(B) | 286.1º | 0.34% | 0.94% | - |
| XYZ | 57.77 | 46.12 | 88.29 | - |
| YUV | 186.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 240 | 0.08 | 0.34 | 0 | 0.06 | 286.1 | 0.73 | 0.78 |
| Hex | DD | 9E | F0 | 8 | 22 | 0 | 6 | 11E | 49 | 4E |
| Octal | 335 | 236 | 360 | 10 | 42 | 0 | 6 | 436 | 111 | 116 |
| Binary | 11011101 | 10011110 | 11110000 | 1000 | 100010 | 0 | 110 | 100011110 | 1001001 | 1001110 |
Color Harmonies of #DD9EF0
Complementary color
Monochromatic Colors of #DD9EF0
Black with #DD9EF0
Text Example
Text Example
White with #DD9EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EF0; }
p { color: rgb(221,158,240); }
H1.HeaderClassName
{
color: #DD9EF0;
}
.AnyTagClassName
{
color: #DD9EF0;
}
</style>
background-color css
<style>
a { background-color: #DD9EF0; }
a { background-color: rgb(221,158,240); }
div.DivClassName
{
background-color: #DD9EF0;
}
.BgClassName
{
background-color: #DD9EF0;
}
</style>
border-color css
<style>
span { border-color: #DD9EF0; }
span { border-color: rgb(221,158,240); }
td.TdClassName
{
border-color: #DD9EF0;
}
.TagClassName
{
border-color: #DD9EF0;
}
</style>