Shades of Mauve #DD9EFC
Tints of Mauve #DD9EFC
RGB
CMYK
RGB Variations
Color information
#DD9EFC (or 0xDD9EFC) is known color: Mauve. HEX triplet: DD, 9E and FC. RGB value is (221,158,252). Sum of RGB (Red+Green+Blue) = 221+158+252=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EFC is #226103. Grayscale: #BBBBBB. Windows color (decimal): -2253060 or 16555741. OLE color: 16555741.
HSL color Cylindrical-coordinate representation of color #DD9EFC: hue angle of 280.21º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9EFC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 158 | 252 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.01 |
| HSL | 280.21º | 0.94% | 0.8% | - |
| HSV(B) | 280.21º | 0.37% | 0.99% | - |
| XYZ | 59.62 | 46.85 | 98 | - |
| YUV | 187.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 252 | 0.12 | 0.37 | 0 | 0.01 | 280.21 | 0.94 | 0.8 |
| Hex | DD | 9E | FC | C | 25 | 0 | 1 | 118 | 5E | 50 |
| Octal | 335 | 236 | 374 | 14 | 45 | 0 | 1 | 430 | 136 | 120 |
| Binary | 11011101 | 10011110 | 11111100 | 1100 | 100101 | 0 | 1 | 100011000 | 1011110 | 1010000 |
Color Harmonies of #DD9EFC
Complementary color
Monochromatic Colors of #DD9EFC
Black with #DD9EFC
Text Example
Text Example
White with #DD9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EFC; }
p { color: rgb(221,158,252); }
H1.HeaderClassName
{
color: #DD9EFC;
}
.AnyTagClassName
{
color: #DD9EFC;
}
</style>
background-color css
<style>
a { background-color: #DD9EFC; }
a { background-color: rgb(221,158,252); }
div.DivClassName
{
background-color: #DD9EFC;
}
.BgClassName
{
background-color: #DD9EFC;
}
</style>
border-color css
<style>
span { border-color: #DD9EFC; }
span { border-color: rgb(221,158,252); }
td.TdClassName
{
border-color: #DD9EFC;
}
.TagClassName
{
border-color: #DD9EFC;
}
</style>