Shades of Mauve #D898FF
Tints of Mauve #D898FF
RGB
CMYK
RGB Variations
Color information
#D898FF (or 0xD898FF) is known color: Mauve. HEX triplet: D8, 98 and FF. RGB value is (216,152,255). Sum of RGB (Red+Green+Blue) = 216+152+255=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D898FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D898FF is #276700. Grayscale: #B6B6B6. Windows color (decimal): -2582273 or 16750808. OLE color: 16750808.
HSL color Cylindrical-coordinate representation of color #D898FF: hue angle of 277.28º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D898FF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 152 | 255 | - |
| CMYK | 0.15 | 0.40 | 0 | 0 |
| HSL | 277.28º | 1% | 0.8% | - |
| HSV(B) | 277.28º | 0.4% | 1% | - |
| XYZ | 57.6 | 44.28 | 100.12 | - |
| YUV | 182.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 255 | 0.15 | 0.40 | 0 | 0 | 277.28 | 1 | 0.8 |
| Hex | D8 | 98 | FF | F | 28 | 0 | 0 | 115 | 64 | 50 |
| Octal | 330 | 230 | 377 | 17 | 50 | 0 | 0 | 425 | 144 | 120 |
| Binary | 11011000 | 10011000 | 11111111 | 1111 | 101000 | 0 | 0 | 100010101 | 1100100 | 1010000 |
Color Harmonies of #D898FF
Complementary color
Monochromatic Colors of #D898FF
Black with #D898FF
Text Example
Text Example
White with #D898FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898FF; }
p { color: rgb(216,152,255); }
H1.HeaderClassName
{
color: #D898FF;
}
.AnyTagClassName
{
color: #D898FF;
}
</style>
background-color css
<style>
a { background-color: #D898FF; }
a { background-color: rgb(216,152,255); }
div.DivClassName
{
background-color: #D898FF;
}
.BgClassName
{
background-color: #D898FF;
}
</style>
border-color css
<style>
span { border-color: #D898FF; }
span { border-color: rgb(216,152,255); }
td.TdClassName
{
border-color: #D898FF;
}
.TagClassName
{
border-color: #D898FF;
}
</style>