Shades of Mauve #D8A8FD
Tints of Mauve #D8A8FD
RGB
CMYK
RGB Variations
Color information
#D8A8FD (or 0xD8A8FD) is known color: Mauve. HEX triplet: D8, A8 and FD. RGB value is (216,168,253). Sum of RGB (Red+Green+Blue) = 216+168+253=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A8FD is #275702. Grayscale: #BFBFBF. Windows color (decimal): -2578179 or 16623832. OLE color: 16623832.
HSL color Cylindrical-coordinate representation of color #D8A8FD: hue angle of 273.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8A8FD is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 168 | 253 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.01 |
| HSL | 273.88º | 0.96% | 0.83% | - |
| HSV(B) | 273.88º | 0.34% | 0.99% | - |
| XYZ | 60.05 | 49.7 | 99.36 | - |
| YUV | 192.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 253 | 0.15 | 0.34 | 0 | 0.01 | 273.88 | 0.96 | 0.83 |
| Hex | D8 | A8 | FD | F | 22 | 0 | 1 | 112 | 60 | 53 |
| Octal | 330 | 250 | 375 | 17 | 42 | 0 | 1 | 422 | 140 | 123 |
| Binary | 11011000 | 10101000 | 11111101 | 1111 | 100010 | 0 | 1 | 100010010 | 1100000 | 1010011 |
Color Harmonies of #D8A8FD
Complementary color
Monochromatic Colors of #D8A8FD
Black with #D8A8FD
Text Example
Text Example
White with #D8A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8FD; }
p { color: rgb(216,168,253); }
H1.HeaderClassName
{
color: #D8A8FD;
}
.AnyTagClassName
{
color: #D8A8FD;
}
</style>
background-color css
<style>
a { background-color: #D8A8FD; }
a { background-color: rgb(216,168,253); }
div.DivClassName
{
background-color: #D8A8FD;
}
.BgClassName
{
background-color: #D8A8FD;
}
</style>
border-color css
<style>
span { border-color: #D8A8FD; }
span { border-color: rgb(216,168,253); }
td.TdClassName
{
border-color: #D8A8FD;
}
.TagClassName
{
border-color: #D8A8FD;
}
</style>