Shades of Mauve #D698FE
Tints of Mauve #D698FE
RGB
CMYK
RGB Variations
Color information
#D698FE (or 0xD698FE) is known color: Mauve. HEX triplet: D6, 98 and FE. RGB value is (214,152,254). Sum of RGB (Red+Green+Blue) = 214+152+254=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D698FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698FE is #296701. Grayscale: #B5B5B5. Windows color (decimal): -2713346 or 16685270. OLE color: 16685270.
HSL color Cylindrical-coordinate representation of color #D698FE: hue angle of 276.47º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D698FE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 152 | 254 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.00 |
| HSL | 276.47º | 0.98% | 0.8% | - |
| HSV(B) | 276.47º | 0.4% | 1% | - |
| XYZ | 56.85 | 43.91 | 99.24 | - |
| YUV | 182.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 254 | 0.16 | 0.40 | 0 | 0.00 | 276.47 | 0.98 | 0.8 |
| Hex | D6 | 98 | FE | 10 | 28 | 0 | 0 | 114 | 62 | 50 |
| Octal | 326 | 230 | 376 | 20 | 50 | 0 | 0 | 424 | 142 | 120 |
| Binary | 11010110 | 10011000 | 11111110 | 10000 | 101000 | 0 | 0 | 100010100 | 1100010 | 1010000 |
Color Harmonies of #D698FE
Complementary color
Monochromatic Colors of #D698FE
Black with #D698FE
Text Example
Text Example
White with #D698FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698FE; }
p { color: rgb(214,152,254); }
H1.HeaderClassName
{
color: #D698FE;
}
.AnyTagClassName
{
color: #D698FE;
}
</style>
background-color css
<style>
a { background-color: #D698FE; }
a { background-color: rgb(214,152,254); }
div.DivClassName
{
background-color: #D698FE;
}
.BgClassName
{
background-color: #D698FE;
}
</style>
border-color css
<style>
span { border-color: #D698FE; }
span { border-color: rgb(214,152,254); }
td.TdClassName
{
border-color: #D698FE;
}
.TagClassName
{
border-color: #D698FE;
}
</style>