Shades of Mauve #D698FB
Tints of Mauve #D698FB
RGB
CMYK
RGB Variations
Color information
#D698FB (or 0xD698FB) is known color: Mauve. HEX triplet: D6, 98 and FB. RGB value is (214,152,251). Sum of RGB (Red+Green+Blue) = 214+152+251=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D698FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698FB is #296704. Grayscale: #B5B5B5. Windows color (decimal): -2713349 or 16488662. OLE color: 16488662.
HSL color Cylindrical-coordinate representation of color #D698FB: hue angle of 277.58º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D698FB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 152 | 251 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.02 |
| HSL | 277.58º | 0.93% | 0.79% | - |
| HSV(B) | 277.58º | 0.39% | 0.98% | - |
| XYZ | 56.37 | 43.72 | 96.73 | - |
| YUV | 181.82 | 167.04 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 251 | 0.15 | 0.39 | 0 | 0.02 | 277.58 | 0.93 | 0.79 |
| Hex | D6 | 98 | FB | F | 27 | 0 | 2 | 116 | 5D | 4F |
| Octal | 326 | 230 | 373 | 17 | 47 | 0 | 2 | 426 | 135 | 117 |
| Binary | 11010110 | 10011000 | 11111011 | 1111 | 100111 | 0 | 10 | 100010110 | 1011101 | 1001111 |
Color Harmonies of #D698FB
Complementary color
Monochromatic Colors of #D698FB
Black with #D698FB
Text Example
Text Example
White with #D698FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698FB; }
p { color: rgb(214,152,251); }
H1.HeaderClassName
{
color: #D698FB;
}
.AnyTagClassName
{
color: #D698FB;
}
</style>
background-color css
<style>
a { background-color: #D698FB; }
a { background-color: rgb(214,152,251); }
div.DivClassName
{
background-color: #D698FB;
}
.BgClassName
{
background-color: #D698FB;
}
</style>
border-color css
<style>
span { border-color: #D698FB; }
span { border-color: rgb(214,152,251); }
td.TdClassName
{
border-color: #D698FB;
}
.TagClassName
{
border-color: #D698FB;
}
</style>