Shades of Mauve #DC98FE
Tints of Mauve #DC98FE
RGB
CMYK
RGB Variations
Color information
#DC98FE (or 0xDC98FE) is known color: Mauve. HEX triplet: DC, 98 and FE. RGB value is (220,152,254). Sum of RGB (Red+Green+Blue) = 220+152+254=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98FE is #236701. Grayscale: #B7B7B7. Windows color (decimal): -2320130 or 16685276. OLE color: 16685276.
HSL color Cylindrical-coordinate representation of color #DC98FE: hue angle of 280º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC98FE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 152 | 254 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.00 |
| HSL | 280º | 0.98% | 0.8% | - |
| HSV(B) | 280º | 0.4% | 1% | - |
| XYZ | 58.63 | 44.83 | 99.33 | - |
| YUV | 183.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 254 | 0.13 | 0.40 | 0 | 0.00 | 280 | 0.98 | 0.8 |
| Hex | DC | 98 | FE | D | 28 | 0 | 0 | 118 | 62 | 50 |
| Octal | 334 | 230 | 376 | 15 | 50 | 0 | 0 | 430 | 142 | 120 |
| Binary | 11011100 | 10011000 | 11111110 | 1101 | 101000 | 0 | 0 | 100011000 | 1100010 | 1010000 |
Color Harmonies of #DC98FE
Complementary color
Monochromatic Colors of #DC98FE
Black with #DC98FE
Text Example
Text Example
White with #DC98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98FE; }
p { color: rgb(220,152,254); }
H1.HeaderClassName
{
color: #DC98FE;
}
.AnyTagClassName
{
color: #DC98FE;
}
</style>
background-color css
<style>
a { background-color: #DC98FE; }
a { background-color: rgb(220,152,254); }
div.DivClassName
{
background-color: #DC98FE;
}
.BgClassName
{
background-color: #DC98FE;
}
</style>
border-color css
<style>
span { border-color: #DC98FE; }
span { border-color: rgb(220,152,254); }
td.TdClassName
{
border-color: #DC98FE;
}
.TagClassName
{
border-color: #DC98FE;
}
</style>