Shades of Mauve #D898FA
Tints of Mauve #D898FA
RGB
CMYK
RGB Variations
Color information
#D898FA (or 0xD898FA) is known color: Mauve. HEX triplet: D8, 98 and FA. RGB value is (216,152,250). Sum of RGB (Red+Green+Blue) = 216+152+250=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #D898FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D898FA is #276705. Grayscale: #B5B5B5. Windows color (decimal): -2582278 or 16423128. OLE color: 16423128.
HSL color Cylindrical-coordinate representation of color #D898FA: hue angle of 279.18º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D898FA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 152 | 250 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.02 |
| HSL | 279.18º | 0.91% | 0.79% | - |
| HSV(B) | 279.18º | 0.39% | 0.98% | - |
| XYZ | 56.8 | 43.96 | 95.93 | - |
| YUV | 182.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 250 | 0.14 | 0.39 | 0 | 0.02 | 279.18 | 0.91 | 0.79 |
| Hex | D8 | 98 | FA | E | 27 | 0 | 2 | 117 | 5B | 4F |
| Octal | 330 | 230 | 372 | 16 | 47 | 0 | 2 | 427 | 133 | 117 |
| Binary | 11011000 | 10011000 | 11111010 | 1110 | 100111 | 0 | 10 | 100010111 | 1011011 | 1001111 |
Color Harmonies of #D898FA
Complementary color
Monochromatic Colors of #D898FA
Black with #D898FA
Text Example
Text Example
White with #D898FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898FA; }
p { color: rgb(216,152,250); }
H1.HeaderClassName
{
color: #D898FA;
}
.AnyTagClassName
{
color: #D898FA;
}
</style>
background-color css
<style>
a { background-color: #D898FA; }
a { background-color: rgb(216,152,250); }
div.DivClassName
{
background-color: #D898FA;
}
.BgClassName
{
background-color: #D898FA;
}
</style>
border-color css
<style>
span { border-color: #D898FA; }
span { border-color: rgb(216,152,250); }
td.TdClassName
{
border-color: #D898FA;
}
.TagClassName
{
border-color: #D898FA;
}
</style>