Shades of Mauve #D894F8
Tints of Mauve #D894F8
RGB
CMYK
RGB Variations
Color information
#D894F8 (or 0xD894F8) is known color: Mauve. HEX triplet: D8, 94 and F8. RGB value is (216,148,248). Sum of RGB (Red+Green+Blue) = 216+148+248=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #D894F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894F8 is #276B07. Grayscale: #B3B3B3. Windows color (decimal): -2583304 or 16291032. OLE color: 16291032.
HSL color Cylindrical-coordinate representation of color #D894F8: hue angle of 280.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D894F8 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 148 | 248 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.03 |
| HSL | 280.8º | 0.88% | 0.78% | - |
| HSV(B) | 280.8º | 0.4% | 0.97% | - |
| XYZ | 55.85 | 42.56 | 94.08 | - |
| YUV | 179.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 248 | 0.13 | 0.40 | 0 | 0.03 | 280.8 | 0.88 | 0.78 |
| Hex | D8 | 94 | F8 | D | 28 | 0 | 3 | 119 | 58 | 4E |
| Octal | 330 | 224 | 370 | 15 | 50 | 0 | 3 | 431 | 130 | 116 |
| Binary | 11011000 | 10010100 | 11111000 | 1101 | 101000 | 0 | 11 | 100011001 | 1011000 | 1001110 |
Color Harmonies of #D894F8
Complementary color
Monochromatic Colors of #D894F8
Black with #D894F8
Text Example
Text Example
White with #D894F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894F8; }
p { color: rgb(216,148,248); }
H1.HeaderClassName
{
color: #D894F8;
}
.AnyTagClassName
{
color: #D894F8;
}
</style>
background-color css
<style>
a { background-color: #D894F8; }
a { background-color: rgb(216,148,248); }
div.DivClassName
{
background-color: #D894F8;
}
.BgClassName
{
background-color: #D894F8;
}
</style>
border-color css
<style>
span { border-color: #D894F8; }
span { border-color: rgb(216,148,248); }
td.TdClassName
{
border-color: #D894F8;
}
.TagClassName
{
border-color: #D894F8;
}
</style>