Shades of Mauve #D696FD
Tints of Mauve #D696FD
RGB
CMYK
RGB Variations
Color information
#D696FD (or 0xD696FD) is known color: Mauve. HEX triplet: D6, 96 and FD. RGB value is (214,150,253). Sum of RGB (Red+Green+Blue) = 214+150+253=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D696FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696FD is #296902. Grayscale: #B4B4B4. Windows color (decimal): -2713859 or 16619222. OLE color: 16619222.
HSL color Cylindrical-coordinate representation of color #D696FD: hue angle of 277.28º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D696FD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 150 | 253 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.01 |
| HSL | 277.28º | 0.96% | 0.79% | - |
| HSV(B) | 277.28º | 0.41% | 0.99% | - |
| XYZ | 56.37 | 43.2 | 98.3 | - |
| YUV | 180.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 253 | 0.15 | 0.41 | 0 | 0.01 | 277.28 | 0.96 | 0.79 |
| Hex | D6 | 96 | FD | F | 29 | 0 | 1 | 115 | 60 | 4F |
| Octal | 326 | 226 | 375 | 17 | 51 | 0 | 1 | 425 | 140 | 117 |
| Binary | 11010110 | 10010110 | 11111101 | 1111 | 101001 | 0 | 1 | 100010101 | 1100000 | 1001111 |
Color Harmonies of #D696FD
Complementary color
Monochromatic Colors of #D696FD
Black with #D696FD
Text Example
Text Example
White with #D696FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696FD; }
p { color: rgb(214,150,253); }
H1.HeaderClassName
{
color: #D696FD;
}
.AnyTagClassName
{
color: #D696FD;
}
</style>
background-color css
<style>
a { background-color: #D696FD; }
a { background-color: rgb(214,150,253); }
div.DivClassName
{
background-color: #D696FD;
}
.BgClassName
{
background-color: #D696FD;
}
</style>
border-color css
<style>
span { border-color: #D696FD; }
span { border-color: rgb(214,150,253); }
td.TdClassName
{
border-color: #D696FD;
}
.TagClassName
{
border-color: #D696FD;
}
</style>