Shades of Mauve #DD93FA
Tints of Mauve #DD93FA
RGB
CMYK
RGB Variations
Color information
#DD93FA (or 0xDD93FA) is known color: Mauve. HEX triplet: DD, 93 and FA. RGB value is (221,147,250). Sum of RGB (Red+Green+Blue) = 221+147+250=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93FA is #226C05. Grayscale: #B4B4B4. Windows color (decimal): -2255878 or 16421853. OLE color: 16421853.
HSL color Cylindrical-coordinate representation of color #DD93FA: hue angle of 283.11º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD93FA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 147 | 250 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.02 |
| HSL | 283.11º | 0.91% | 0.78% | - |
| HSV(B) | 283.11º | 0.41% | 0.98% | - |
| XYZ | 57.51 | 43.14 | 95.74 | - |
| YUV | 180.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 250 | 0.12 | 0.41 | 0 | 0.02 | 283.11 | 0.91 | 0.78 |
| Hex | DD | 93 | FA | C | 29 | 0 | 2 | 11B | 5B | 4E |
| Octal | 335 | 223 | 372 | 14 | 51 | 0 | 2 | 433 | 133 | 116 |
| Binary | 11011101 | 10010011 | 11111010 | 1100 | 101001 | 0 | 10 | 100011011 | 1011011 | 1001110 |
Color Harmonies of #DD93FA
Complementary color
Monochromatic Colors of #DD93FA
Black with #DD93FA
Text Example
Text Example
White with #DD93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93FA; }
p { color: rgb(221,147,250); }
H1.HeaderClassName
{
color: #DD93FA;
}
.AnyTagClassName
{
color: #DD93FA;
}
</style>
background-color css
<style>
a { background-color: #DD93FA; }
a { background-color: rgb(221,147,250); }
div.DivClassName
{
background-color: #DD93FA;
}
.BgClassName
{
background-color: #DD93FA;
}
</style>
border-color css
<style>
span { border-color: #DD93FA; }
span { border-color: rgb(221,147,250); }
td.TdClassName
{
border-color: #DD93FA;
}
.TagClassName
{
border-color: #DD93FA;
}
</style>