Shades of Mauve #D096FD
Tints of Mauve #D096FD
RGB
CMYK
RGB Variations
Color information
#D096FD (or 0xD096FD) is known color: Mauve. HEX triplet: D0, 96 and FD. RGB value is (208,150,253). Sum of RGB (Red+Green+Blue) = 208+150+253=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #D096FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FD is #2F6902. Grayscale: #B2B2B2. Windows color (decimal): -3107075 or 16619216. OLE color: 16619216.
HSL color Cylindrical-coordinate representation of color #D096FD: hue angle of 273.79º 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 #D096FD is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 150 | 253 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.01 |
| HSL | 273.79º | 0.96% | 0.79% | - |
| HSV(B) | 273.79º | 0.41% | 0.99% | - |
| XYZ | 54.65 | 42.31 | 98.22 | - |
| YUV | 179.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 253 | 0.18 | 0.41 | 0 | 0.01 | 273.79 | 0.96 | 0.79 |
| Hex | D0 | 96 | FD | 12 | 29 | 0 | 1 | 112 | 60 | 4F |
| Octal | 320 | 226 | 375 | 22 | 51 | 0 | 1 | 422 | 140 | 117 |
| Binary | 11010000 | 10010110 | 11111101 | 10010 | 101001 | 0 | 1 | 100010010 | 1100000 | 1001111 |
Color Harmonies of #D096FD
Complementary color
Monochromatic Colors of #D096FD
Black with #D096FD
Text Example
Text Example
White with #D096FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096FD; }
p { color: rgb(208,150,253); }
H1.HeaderClassName
{
color: #D096FD;
}
.AnyTagClassName
{
color: #D096FD;
}
</style>
background-color css
<style>
a { background-color: #D096FD; }
a { background-color: rgb(208,150,253); }
div.DivClassName
{
background-color: #D096FD;
}
.BgClassName
{
background-color: #D096FD;
}
</style>
border-color css
<style>
span { border-color: #D096FD; }
span { border-color: rgb(208,150,253); }
td.TdClassName
{
border-color: #D096FD;
}
.TagClassName
{
border-color: #D096FD;
}
</style>