Shades of Mauve #D396F8
Tints of Mauve #D396F8
RGB
CMYK
RGB Variations
Color information
#D396F8 (or 0xD396F8) is known color: Mauve. HEX triplet: D3, 96 and F8. RGB value is (211,150,248). Sum of RGB (Red+Green+Blue) = 211+150+248=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #D396F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396F8 is #2C6907. Grayscale: #B3B3B3. Windows color (decimal): -2910472 or 16291539. OLE color: 16291539.
HSL color Cylindrical-coordinate representation of color #D396F8: hue angle of 277.35º 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 #D396F8 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 150 | 248 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.03 |
| HSL | 277.35º | 0.88% | 0.78% | - |
| HSV(B) | 277.35º | 0.4% | 0.97% | - |
| XYZ | 54.71 | 42.44 | 94.11 | - |
| YUV | 179.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 248 | 0.15 | 0.40 | 0 | 0.03 | 277.35 | 0.88 | 0.78 |
| Hex | D3 | 96 | F8 | F | 28 | 0 | 3 | 115 | 58 | 4E |
| Octal | 323 | 226 | 370 | 17 | 50 | 0 | 3 | 425 | 130 | 116 |
| Binary | 11010011 | 10010110 | 11111000 | 1111 | 101000 | 0 | 11 | 100010101 | 1011000 | 1001110 |
Color Harmonies of #D396F8
Complementary color
Monochromatic Colors of #D396F8
Black with #D396F8
Text Example
Text Example
White with #D396F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396F8; }
p { color: rgb(211,150,248); }
H1.HeaderClassName
{
color: #D396F8;
}
.AnyTagClassName
{
color: #D396F8;
}
</style>
background-color css
<style>
a { background-color: #D396F8; }
a { background-color: rgb(211,150,248); }
div.DivClassName
{
background-color: #D396F8;
}
.BgClassName
{
background-color: #D396F8;
}
</style>
border-color css
<style>
span { border-color: #D396F8; }
span { border-color: rgb(211,150,248); }
td.TdClassName
{
border-color: #D396F8;
}
.TagClassName
{
border-color: #D396F8;
}
</style>