Shades of Mauve #D394FE
Tints of Mauve #D394FE
RGB
CMYK
RGB Variations
Color information
#D394FE (or 0xD394FE) is known color: Mauve. HEX triplet: D3, 94 and FE. RGB value is (211,148,254). Sum of RGB (Red+Green+Blue) = 211+148+254=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #D394FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394FE is #2C6B01. Grayscale: #B2B2B2. Windows color (decimal): -2910978 or 16684243. OLE color: 16684243.
HSL color Cylindrical-coordinate representation of color #D394FE: hue angle of 275.66º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D394FE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 148 | 254 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.00 |
| HSL | 275.66º | 0.98% | 0.79% | - |
| HSV(B) | 275.66º | 0.42% | 1% | - |
| XYZ | 55.34 | 42.18 | 98.99 | - |
| YUV | 178.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 254 | 0.17 | 0.42 | 0 | 0.00 | 275.66 | 0.98 | 0.79 |
| Hex | D3 | 94 | FE | 11 | 2A | 0 | 0 | 114 | 62 | 4F |
| Octal | 323 | 224 | 376 | 21 | 52 | 0 | 0 | 424 | 142 | 117 |
| Binary | 11010011 | 10010100 | 11111110 | 10001 | 101010 | 0 | 0 | 100010100 | 1100010 | 1001111 |
Color Harmonies of #D394FE
Complementary color
Monochromatic Colors of #D394FE
Black with #D394FE
Text Example
Text Example
White with #D394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394FE; }
p { color: rgb(211,148,254); }
H1.HeaderClassName
{
color: #D394FE;
}
.AnyTagClassName
{
color: #D394FE;
}
</style>
background-color css
<style>
a { background-color: #D394FE; }
a { background-color: rgb(211,148,254); }
div.DivClassName
{
background-color: #D394FE;
}
.BgClassName
{
background-color: #D394FE;
}
</style>
border-color css
<style>
span { border-color: #D394FE; }
span { border-color: rgb(211,148,254); }
td.TdClassName
{
border-color: #D394FE;
}
.TagClassName
{
border-color: #D394FE;
}
</style>