Shades of Mauve #D894F6
Tints of Mauve #D894F6
RGB
CMYK
RGB Variations
Color information
#D894F6 (or 0xD894F6) is known color: Mauve. HEX triplet: D8, 94 and F6. RGB value is (216,148,246). Sum of RGB (Red+Green+Blue) = 216+148+246=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #D894F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894F6 is #276B09. Grayscale: #B3B3B3. Windows color (decimal): -2583306 or 16159960. OLE color: 16159960.
HSL color Cylindrical-coordinate representation of color #D894F6: hue angle of 281.63º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D894F6 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 148 | 246 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.04 |
| HSL | 281.63º | 0.84% | 0.77% | - |
| HSV(B) | 281.63º | 0.4% | 0.96% | - |
| XYZ | 55.54 | 42.43 | 92.45 | - |
| YUV | 179.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 246 | 0.12 | 0.40 | 0 | 0.04 | 281.63 | 0.84 | 0.77 |
| Hex | D8 | 94 | F6 | C | 28 | 0 | 4 | 11A | 54 | 4D |
| Octal | 330 | 224 | 366 | 14 | 50 | 0 | 4 | 432 | 124 | 115 |
| Binary | 11011000 | 10010100 | 11110110 | 1100 | 101000 | 0 | 100 | 100011010 | 1010100 | 1001101 |
Color Harmonies of #D894F6
Complementary color
Monochromatic Colors of #D894F6
Black with #D894F6
Text Example
Text Example
White with #D894F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894F6; }
p { color: rgb(216,148,246); }
H1.HeaderClassName
{
color: #D894F6;
}
.AnyTagClassName
{
color: #D894F6;
}
</style>
background-color css
<style>
a { background-color: #D894F6; }
a { background-color: rgb(216,148,246); }
div.DivClassName
{
background-color: #D894F6;
}
.BgClassName
{
background-color: #D894F6;
}
</style>
border-color css
<style>
span { border-color: #D894F6; }
span { border-color: rgb(216,148,246); }
td.TdClassName
{
border-color: #D894F6;
}
.TagClassName
{
border-color: #D894F6;
}
</style>