Shades of Mauve #D896F6
Tints of Mauve #D896F6
RGB
CMYK
RGB Variations
Color information
#D896F6 (or 0xD896F6) is known color: Mauve. HEX triplet: D8, 96 and F6. RGB value is (216,150,246). Sum of RGB (Red+Green+Blue) = 216+150+246=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #D896F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896F6 is #276909. Grayscale: #B4B4B4. Windows color (decimal): -2582794 or 16160472. OLE color: 16160472.
HSL color Cylindrical-coordinate representation of color #D896F6: hue angle of 281.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D896F6 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 150 | 246 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.04 |
| HSL | 281.25º | 0.84% | 0.78% | - |
| HSV(B) | 281.25º | 0.39% | 0.96% | - |
| XYZ | 55.86 | 43.07 | 92.56 | - |
| YUV | 180.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 246 | 0.12 | 0.39 | 0 | 0.04 | 281.25 | 0.84 | 0.78 |
| Hex | D8 | 96 | F6 | C | 27 | 0 | 4 | 119 | 54 | 4E |
| Octal | 330 | 226 | 366 | 14 | 47 | 0 | 4 | 431 | 124 | 116 |
| Binary | 11011000 | 10010110 | 11110110 | 1100 | 100111 | 0 | 100 | 100011001 | 1010100 | 1001110 |
Color Harmonies of #D896F6
Complementary color
Monochromatic Colors of #D896F6
Black with #D896F6
Text Example
Text Example
White with #D896F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896F6; }
p { color: rgb(216,150,246); }
H1.HeaderClassName
{
color: #D896F6;
}
.AnyTagClassName
{
color: #D896F6;
}
</style>
background-color css
<style>
a { background-color: #D896F6; }
a { background-color: rgb(216,150,246); }
div.DivClassName
{
background-color: #D896F6;
}
.BgClassName
{
background-color: #D896F6;
}
</style>
border-color css
<style>
span { border-color: #D896F6; }
span { border-color: rgb(216,150,246); }
td.TdClassName
{
border-color: #D896F6;
}
.TagClassName
{
border-color: #D896F6;
}
</style>