Shades of Mauve #D096FC
Tints of Mauve #D096FC
RGB
CMYK
RGB Variations
Color information
#D096FC (or 0xD096FC) is known color: Mauve. HEX triplet: D0, 96 and FC. RGB value is (208,150,252). Sum of RGB (Red+Green+Blue) = 208+150+252=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #D096FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FC is #2F6903. Grayscale: #B2B2B2. Windows color (decimal): -3107076 or 16553680. OLE color: 16553680.
HSL color Cylindrical-coordinate representation of color #D096FC: hue angle of 274.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D096FC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 150 | 252 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.01 |
| HSL | 274.12º | 0.94% | 0.79% | - |
| HSV(B) | 274.12º | 0.4% | 0.99% | - |
| XYZ | 54.49 | 42.25 | 97.38 | - |
| YUV | 178.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 252 | 0.17 | 0.40 | 0 | 0.01 | 274.12 | 0.94 | 0.79 |
| Hex | D0 | 96 | FC | 11 | 28 | 0 | 1 | 112 | 5E | 4F |
| Octal | 320 | 226 | 374 | 21 | 50 | 0 | 1 | 422 | 136 | 117 |
| Binary | 11010000 | 10010110 | 11111100 | 10001 | 101000 | 0 | 1 | 100010010 | 1011110 | 1001111 |
Color Harmonies of #D096FC
Complementary color
Monochromatic Colors of #D096FC
Black with #D096FC
Text Example
Text Example
White with #D096FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096FC; }
p { color: rgb(208,150,252); }
H1.HeaderClassName
{
color: #D096FC;
}
.AnyTagClassName
{
color: #D096FC;
}
</style>
background-color css
<style>
a { background-color: #D096FC; }
a { background-color: rgb(208,150,252); }
div.DivClassName
{
background-color: #D096FC;
}
.BgClassName
{
background-color: #D096FC;
}
</style>
border-color css
<style>
span { border-color: #D096FC; }
span { border-color: rgb(208,150,252); }
td.TdClassName
{
border-color: #D096FC;
}
.TagClassName
{
border-color: #D096FC;
}
</style>