Shades of Mauve #D396FB
Tints of Mauve #D396FB
RGB
CMYK
RGB Variations
Color information
#D396FB (or 0xD396FB) is known color: Mauve. HEX triplet: D3, 96 and FB. RGB value is (211,150,251). Sum of RGB (Red+Green+Blue) = 211+150+251=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #D396FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396FB is #2C6904. Grayscale: #B3B3B3. Windows color (decimal): -2910469 or 16488147. OLE color: 16488147.
HSL color Cylindrical-coordinate representation of color #D396FB: hue angle of 276.24º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D396FB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 150 | 251 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.02 |
| HSL | 276.24º | 0.93% | 0.79% | - |
| HSV(B) | 276.24º | 0.4% | 0.98% | - |
| XYZ | 55.18 | 42.63 | 96.59 | - |
| YUV | 179.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 251 | 0.16 | 0.40 | 0 | 0.02 | 276.24 | 0.93 | 0.79 |
| Hex | D3 | 96 | FB | 10 | 28 | 0 | 2 | 114 | 5D | 4F |
| Octal | 323 | 226 | 373 | 20 | 50 | 0 | 2 | 424 | 135 | 117 |
| Binary | 11010011 | 10010110 | 11111011 | 10000 | 101000 | 0 | 10 | 100010100 | 1011101 | 1001111 |
Color Harmonies of #D396FB
Complementary color
Monochromatic Colors of #D396FB
Black with #D396FB
Text Example
Text Example
White with #D396FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396FB; }
p { color: rgb(211,150,251); }
H1.HeaderClassName
{
color: #D396FB;
}
.AnyTagClassName
{
color: #D396FB;
}
</style>
background-color css
<style>
a { background-color: #D396FB; }
a { background-color: rgb(211,150,251); }
div.DivClassName
{
background-color: #D396FB;
}
.BgClassName
{
background-color: #D396FB;
}
</style>
border-color css
<style>
span { border-color: #D396FB; }
span { border-color: rgb(211,150,251); }
td.TdClassName
{
border-color: #D396FB;
}
.TagClassName
{
border-color: #D396FB;
}
</style>