Shades of Mauve #D298FF
Tints of Mauve #D298FF
RGB
CMYK
RGB Variations
Color information
#D298FF (or 0xD298FF) is known color: Mauve. HEX triplet: D2, 98 and FF. RGB value is (210,152,255). Sum of RGB (Red+Green+Blue) = 210+152+255=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D298FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298FF is #2D6700. Grayscale: #B4B4B4. Windows color (decimal): -2975489 or 16750802. OLE color: 16750802.
HSL color Cylindrical-coordinate representation of color #D298FF: hue angle of 273.79º 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 #D298FF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 152 | 255 | - |
| CMYK | 0.18 | 0.40 | 0 | 0 |
| HSL | 273.79º | 1% | 0.8% | - |
| HSV(B) | 273.79º | 0.4% | 1% | - |
| XYZ | 55.86 | 43.38 | 100.04 | - |
| YUV | 181.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 255 | 0.18 | 0.40 | 0 | 0 | 273.79 | 1 | 0.8 |
| Hex | D2 | 98 | FF | 12 | 28 | 0 | 0 | 112 | 64 | 50 |
| Octal | 322 | 230 | 377 | 22 | 50 | 0 | 0 | 422 | 144 | 120 |
| Binary | 11010010 | 10011000 | 11111111 | 10010 | 101000 | 0 | 0 | 100010010 | 1100100 | 1010000 |
Color Harmonies of #D298FF
Complementary color
Monochromatic Colors of #D298FF
Black with #D298FF
Text Example
Text Example
White with #D298FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298FF; }
p { color: rgb(210,152,255); }
H1.HeaderClassName
{
color: #D298FF;
}
.AnyTagClassName
{
color: #D298FF;
}
</style>
background-color css
<style>
a { background-color: #D298FF; }
a { background-color: rgb(210,152,255); }
div.DivClassName
{
background-color: #D298FF;
}
.BgClassName
{
background-color: #D298FF;
}
</style>
border-color css
<style>
span { border-color: #D298FF; }
span { border-color: rgb(210,152,255); }
td.TdClassName
{
border-color: #D298FF;
}
.TagClassName
{
border-color: #D298FF;
}
</style>