Shades of Mauve #D893FA
Tints of Mauve #D893FA
RGB
CMYK
RGB Variations
Color information
#D893FA (or 0xD893FA) is known color: Mauve. HEX triplet: D8, 93 and FA. RGB value is (216,147,250). Sum of RGB (Red+Green+Blue) = 216+147+250=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D893FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D893FA is #276C05. Grayscale: #B3B3B3. Windows color (decimal): -2583558 or 16421848. OLE color: 16421848.
HSL color Cylindrical-coordinate representation of color #D893FA: hue angle of 280.19º 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 #D893FA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 147 | 250 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.02 |
| HSL | 280.19º | 0.91% | 0.78% | - |
| HSV(B) | 280.19º | 0.41% | 0.98% | - |
| XYZ | 56.01 | 42.37 | 95.67 | - |
| YUV | 179.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 250 | 0.14 | 0.41 | 0 | 0.02 | 280.19 | 0.91 | 0.78 |
| Hex | D8 | 93 | FA | E | 29 | 0 | 2 | 118 | 5B | 4E |
| Octal | 330 | 223 | 372 | 16 | 51 | 0 | 2 | 430 | 133 | 116 |
| Binary | 11011000 | 10010011 | 11111010 | 1110 | 101001 | 0 | 10 | 100011000 | 1011011 | 1001110 |
Color Harmonies of #D893FA
Complementary color
Monochromatic Colors of #D893FA
Black with #D893FA
Text Example
Text Example
White with #D893FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893FA; }
p { color: rgb(216,147,250); }
H1.HeaderClassName
{
color: #D893FA;
}
.AnyTagClassName
{
color: #D893FA;
}
</style>
background-color css
<style>
a { background-color: #D893FA; }
a { background-color: rgb(216,147,250); }
div.DivClassName
{
background-color: #D893FA;
}
.BgClassName
{
background-color: #D893FA;
}
</style>
border-color css
<style>
span { border-color: #D893FA; }
span { border-color: rgb(216,147,250); }
td.TdClassName
{
border-color: #D893FA;
}
.TagClassName
{
border-color: #D893FA;
}
</style>