Shades of Mauve #D896FD
Tints of Mauve #D896FD
RGB
CMYK
RGB Variations
Color information
#D896FD (or 0xD896FD) is known color: Mauve. HEX triplet: D8, 96 and FD. RGB value is (216,150,253). Sum of RGB (Red+Green+Blue) = 216+150+253=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #D896FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896FD is #276902. Grayscale: #B5B5B5. Windows color (decimal): -2582787 or 16619224. OLE color: 16619224.
HSL color Cylindrical-coordinate representation of color #D896FD: hue angle of 278.45º 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 #D896FD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 150 | 253 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.01 |
| HSL | 278.45º | 0.96% | 0.79% | - |
| HSV(B) | 278.45º | 0.41% | 0.99% | - |
| XYZ | 56.95 | 43.5 | 98.32 | - |
| YUV | 181.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 253 | 0.15 | 0.41 | 0 | 0.01 | 278.45 | 0.96 | 0.79 |
| Hex | D8 | 96 | FD | F | 29 | 0 | 1 | 116 | 60 | 4F |
| Octal | 330 | 226 | 375 | 17 | 51 | 0 | 1 | 426 | 140 | 117 |
| Binary | 11011000 | 10010110 | 11111101 | 1111 | 101001 | 0 | 1 | 100010110 | 1100000 | 1001111 |
Color Harmonies of #D896FD
Complementary color
Monochromatic Colors of #D896FD
Black with #D896FD
Text Example
Text Example
White with #D896FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896FD; }
p { color: rgb(216,150,253); }
H1.HeaderClassName
{
color: #D896FD;
}
.AnyTagClassName
{
color: #D896FD;
}
</style>
background-color css
<style>
a { background-color: #D896FD; }
a { background-color: rgb(216,150,253); }
div.DivClassName
{
background-color: #D896FD;
}
.BgClassName
{
background-color: #D896FD;
}
</style>
border-color css
<style>
span { border-color: #D896FD; }
span { border-color: rgb(216,150,253); }
td.TdClassName
{
border-color: #D896FD;
}
.TagClassName
{
border-color: #D896FD;
}
</style>