Shades of Mauve #D894FA
Tints of Mauve #D894FA
RGB
CMYK
RGB Variations
Color information
#D894FA (or 0xD894FA) is known color: Mauve. HEX triplet: D8, 94 and FA. RGB value is (216,148,250). Sum of RGB (Red+Green+Blue) = 216+148+250=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D894FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894FA is #276B05. Grayscale: #B3B3B3. Windows color (decimal): -2583302 or 16422104. OLE color: 16422104.
HSL color Cylindrical-coordinate representation of color #D894FA: hue angle of 280º 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 #D894FA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 148 | 250 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.02 |
| HSL | 280º | 0.91% | 0.78% | - |
| HSV(B) | 280º | 0.41% | 0.98% | - |
| XYZ | 56.16 | 42.68 | 95.72 | - |
| YUV | 179.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 250 | 0.14 | 0.41 | 0 | 0.02 | 280 | 0.91 | 0.78 |
| Hex | D8 | 94 | FA | E | 29 | 0 | 2 | 118 | 5B | 4E |
| Octal | 330 | 224 | 372 | 16 | 51 | 0 | 2 | 430 | 133 | 116 |
| Binary | 11011000 | 10010100 | 11111010 | 1110 | 101001 | 0 | 10 | 100011000 | 1011011 | 1001110 |
Color Harmonies of #D894FA
Complementary color
Monochromatic Colors of #D894FA
Black with #D894FA
Text Example
Text Example
White with #D894FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894FA; }
p { color: rgb(216,148,250); }
H1.HeaderClassName
{
color: #D894FA;
}
.AnyTagClassName
{
color: #D894FA;
}
</style>
background-color css
<style>
a { background-color: #D894FA; }
a { background-color: rgb(216,148,250); }
div.DivClassName
{
background-color: #D894FA;
}
.BgClassName
{
background-color: #D894FA;
}
</style>
border-color css
<style>
span { border-color: #D894FA; }
span { border-color: rgb(216,148,250); }
td.TdClassName
{
border-color: #D894FA;
}
.TagClassName
{
border-color: #D894FA;
}
</style>