Shades of Mauve #DD93F8
Tints of Mauve #DD93F8
RGB
CMYK
RGB Variations
Color information
#DD93F8 (or 0xDD93F8) is known color: Mauve. HEX triplet: DD, 93 and F8. RGB value is (221,147,248). Sum of RGB (Red+Green+Blue) = 221+147+248=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD93F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93F8 is #226C07. Grayscale: #B4B4B4. Windows color (decimal): -2255880 or 16290781. OLE color: 16290781.
HSL color Cylindrical-coordinate representation of color #DD93F8: hue angle of 283.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD93F8 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 147 | 248 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.03 |
| HSL | 283.96º | 0.88% | 0.77% | - |
| HSV(B) | 283.96º | 0.41% | 0.97% | - |
| XYZ | 57.2 | 43.02 | 94.1 | - |
| YUV | 180.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 248 | 0.11 | 0.41 | 0 | 0.03 | 283.96 | 0.88 | 0.77 |
| Hex | DD | 93 | F8 | B | 29 | 0 | 3 | 11C | 58 | 4D |
| Octal | 335 | 223 | 370 | 13 | 51 | 0 | 3 | 434 | 130 | 115 |
| Binary | 11011101 | 10010011 | 11111000 | 1011 | 101001 | 0 | 11 | 100011100 | 1011000 | 1001101 |
Color Harmonies of #DD93F8
Complementary color
Monochromatic Colors of #DD93F8
Black with #DD93F8
Text Example
Text Example
White with #DD93F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93F8; }
p { color: rgb(221,147,248); }
H1.HeaderClassName
{
color: #DD93F8;
}
.AnyTagClassName
{
color: #DD93F8;
}
</style>
background-color css
<style>
a { background-color: #DD93F8; }
a { background-color: rgb(221,147,248); }
div.DivClassName
{
background-color: #DD93F8;
}
.BgClassName
{
background-color: #DD93F8;
}
</style>
border-color css
<style>
span { border-color: #DD93F8; }
span { border-color: rgb(221,147,248); }
td.TdClassName
{
border-color: #DD93F8;
}
.TagClassName
{
border-color: #DD93F8;
}
</style>