Shades of Mauve #D695F8
Tints of Mauve #D695F8
RGB
CMYK
RGB Variations
Color information
#D695F8 (or 0xD695F8) is known color: Mauve. HEX triplet: D6, 95 and F8. RGB value is (214,149,248). Sum of RGB (Red+Green+Blue) = 214+149+248=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #D695F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695F8 is #296A07. Grayscale: #B3B3B3. Windows color (decimal): -2714120 or 16291286. OLE color: 16291286.
HSL color Cylindrical-coordinate representation of color #D695F8: hue angle of 279.39º 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 #D695F8 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 149 | 248 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.03 |
| HSL | 279.39º | 0.88% | 0.78% | - |
| HSV(B) | 279.39º | 0.4% | 0.97% | - |
| XYZ | 55.42 | 42.57 | 94.1 | - |
| YUV | 179.72 | 166.53 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 248 | 0.14 | 0.40 | 0 | 0.03 | 279.39 | 0.88 | 0.78 |
| Hex | D6 | 95 | F8 | E | 28 | 0 | 3 | 117 | 58 | 4E |
| Octal | 326 | 225 | 370 | 16 | 50 | 0 | 3 | 427 | 130 | 116 |
| Binary | 11010110 | 10010101 | 11111000 | 1110 | 101000 | 0 | 11 | 100010111 | 1011000 | 1001110 |
Color Harmonies of #D695F8
Complementary color
Monochromatic Colors of #D695F8
Black with #D695F8
Text Example
Text Example
White with #D695F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695F8; }
p { color: rgb(214,149,248); }
H1.HeaderClassName
{
color: #D695F8;
}
.AnyTagClassName
{
color: #D695F8;
}
</style>
background-color css
<style>
a { background-color: #D695F8; }
a { background-color: rgb(214,149,248); }
div.DivClassName
{
background-color: #D695F8;
}
.BgClassName
{
background-color: #D695F8;
}
</style>
border-color css
<style>
span { border-color: #D695F8; }
span { border-color: rgb(214,149,248); }
td.TdClassName
{
border-color: #D695F8;
}
.TagClassName
{
border-color: #D695F8;
}
</style>