Shades of Mauve #D298FC
Tints of Mauve #D298FC
RGB
CMYK
RGB Variations
Color information
#D298FC (or 0xD298FC) is known color: Mauve. HEX triplet: D2, 98 and FC. RGB value is (210,152,252). Sum of RGB (Red+Green+Blue) = 210+152+252=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #D298FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298FC is #2D6703. Grayscale: #B4B4B4. Windows color (decimal): -2975492 or 16554194. OLE color: 16554194.
HSL color Cylindrical-coordinate representation of color #D298FC: hue angle of 274.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D298FC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 152 | 252 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.01 |
| HSL | 274.8º | 0.94% | 0.79% | - |
| HSV(B) | 274.8º | 0.4% | 0.99% | - |
| XYZ | 55.38 | 43.19 | 97.51 | - |
| YUV | 180.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 252 | 0.17 | 0.40 | 0 | 0.01 | 274.8 | 0.94 | 0.79 |
| Hex | D2 | 98 | FC | 11 | 28 | 0 | 1 | 113 | 5E | 4F |
| Octal | 322 | 230 | 374 | 21 | 50 | 0 | 1 | 423 | 136 | 117 |
| Binary | 11010010 | 10011000 | 11111100 | 10001 | 101000 | 0 | 1 | 100010011 | 1011110 | 1001111 |
Color Harmonies of #D298FC
Complementary color
Monochromatic Colors of #D298FC
Black with #D298FC
Text Example
Text Example
White with #D298FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298FC; }
p { color: rgb(210,152,252); }
H1.HeaderClassName
{
color: #D298FC;
}
.AnyTagClassName
{
color: #D298FC;
}
</style>
background-color css
<style>
a { background-color: #D298FC; }
a { background-color: rgb(210,152,252); }
div.DivClassName
{
background-color: #D298FC;
}
.BgClassName
{
background-color: #D298FC;
}
</style>
border-color css
<style>
span { border-color: #D298FC; }
span { border-color: rgb(210,152,252); }
td.TdClassName
{
border-color: #D298FC;
}
.TagClassName
{
border-color: #D298FC;
}
</style>