Shades of Mauve #DC98FA
Tints of Mauve #DC98FA
RGB
CMYK
RGB Variations
Color information
#DC98FA (or 0xDC98FA) is known color: Mauve. HEX triplet: DC, 98 and FA. RGB value is (220,152,250). Sum of RGB (Red+Green+Blue) = 220+152+250=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98FA is #236705. Grayscale: #B7B7B7. Windows color (decimal): -2320134 or 16423132. OLE color: 16423132.
HSL color Cylindrical-coordinate representation of color #DC98FA: hue angle of 281.63º 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 #DC98FA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 152 | 250 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 281.63º | 0.91% | 0.79% | - |
| HSV(B) | 281.63º | 0.39% | 0.98% | - |
| XYZ | 58 | 44.57 | 95.99 | - |
| YUV | 183.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 250 | 0.12 | 0.39 | 0 | 0.02 | 281.63 | 0.91 | 0.79 |
| Hex | DC | 98 | FA | C | 27 | 0 | 2 | 11A | 5B | 4F |
| Octal | 334 | 230 | 372 | 14 | 47 | 0 | 2 | 432 | 133 | 117 |
| Binary | 11011100 | 10011000 | 11111010 | 1100 | 100111 | 0 | 10 | 100011010 | 1011011 | 1001111 |
Color Harmonies of #DC98FA
Complementary color
Monochromatic Colors of #DC98FA
Black with #DC98FA
Text Example
Text Example
White with #DC98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98FA; }
p { color: rgb(220,152,250); }
H1.HeaderClassName
{
color: #DC98FA;
}
.AnyTagClassName
{
color: #DC98FA;
}
</style>
background-color css
<style>
a { background-color: #DC98FA; }
a { background-color: rgb(220,152,250); }
div.DivClassName
{
background-color: #DC98FA;
}
.BgClassName
{
background-color: #DC98FA;
}
</style>
border-color css
<style>
span { border-color: #DC98FA; }
span { border-color: rgb(220,152,250); }
td.TdClassName
{
border-color: #DC98FA;
}
.TagClassName
{
border-color: #DC98FA;
}
</style>