Shades of Mauve #D893FC
Tints of Mauve #D893FC
RGB
CMYK
RGB Variations
Color information
#D893FC (or 0xD893FC) is known color: Mauve. HEX triplet: D8, 93 and FC. RGB value is (216,147,252). Sum of RGB (Red+Green+Blue) = 216+147+252=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #D893FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D893FC is #276C03. Grayscale: #B3B3B3. Windows color (decimal): -2583556 or 16552920. OLE color: 16552920.
HSL color Cylindrical-coordinate representation of color #D893FC: hue angle of 279.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D893FC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 147 | 252 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.01 |
| HSL | 279.43º | 0.95% | 0.78% | - |
| HSV(B) | 279.43º | 0.42% | 0.99% | - |
| XYZ | 56.32 | 42.49 | 97.33 | - |
| YUV | 179.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 252 | 0.14 | 0.42 | 0 | 0.01 | 279.43 | 0.95 | 0.78 |
| Hex | D8 | 93 | FC | E | 2A | 0 | 1 | 117 | 5F | 4E |
| Octal | 330 | 223 | 374 | 16 | 52 | 0 | 1 | 427 | 137 | 116 |
| Binary | 11011000 | 10010011 | 11111100 | 1110 | 101010 | 0 | 1 | 100010111 | 1011111 | 1001110 |
Color Harmonies of #D893FC
Complementary color
Monochromatic Colors of #D893FC
Black with #D893FC
Text Example
Text Example
White with #D893FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893FC; }
p { color: rgb(216,147,252); }
H1.HeaderClassName
{
color: #D893FC;
}
.AnyTagClassName
{
color: #D893FC;
}
</style>
background-color css
<style>
a { background-color: #D893FC; }
a { background-color: rgb(216,147,252); }
div.DivClassName
{
background-color: #D893FC;
}
.BgClassName
{
background-color: #D893FC;
}
</style>
border-color css
<style>
span { border-color: #D893FC; }
span { border-color: rgb(216,147,252); }
td.TdClassName
{
border-color: #D893FC;
}
.TagClassName
{
border-color: #D893FC;
}
</style>