Shades of Mauve #DC98F2
Tints of Mauve #DC98F2
RGB
CMYK
RGB Variations
Color information
#DC98F2 (or 0xDC98F2) is known color: Mauve. HEX triplet: DC, 98 and F2. RGB value is (220,152,242). Sum of RGB (Red+Green+Blue) = 220+152+242=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC98F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98F2 is #23670D. Grayscale: #B6B6B6. Windows color (decimal): -2320142 or 15898844. OLE color: 15898844.
HSL color Cylindrical-coordinate representation of color #DC98F2: hue angle of 285.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC98F2 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 152 | 242 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.05 |
| HSL | 285.33º | 0.78% | 0.77% | - |
| HSV(B) | 285.33º | 0.37% | 0.95% | - |
| XYZ | 56.77 | 44.08 | 89.52 | - |
| YUV | 182.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 242 | 0.09 | 0.37 | 0 | 0.05 | 285.33 | 0.78 | 0.77 |
| Hex | DC | 98 | F2 | 9 | 25 | 0 | 5 | 11D | 4E | 4D |
| Octal | 334 | 230 | 362 | 11 | 45 | 0 | 5 | 435 | 116 | 115 |
| Binary | 11011100 | 10011000 | 11110010 | 1001 | 100101 | 0 | 101 | 100011101 | 1001110 | 1001101 |
Color Harmonies of #DC98F2
Complementary color
Monochromatic Colors of #DC98F2
Black with #DC98F2
Text Example
Text Example
White with #DC98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98F2; }
p { color: rgb(220,152,242); }
H1.HeaderClassName
{
color: #DC98F2;
}
.AnyTagClassName
{
color: #DC98F2;
}
</style>
background-color css
<style>
a { background-color: #DC98F2; }
a { background-color: rgb(220,152,242); }
div.DivClassName
{
background-color: #DC98F2;
}
.BgClassName
{
background-color: #DC98F2;
}
</style>
border-color css
<style>
span { border-color: #DC98F2; }
span { border-color: rgb(220,152,242); }
td.TdClassName
{
border-color: #DC98F2;
}
.TagClassName
{
border-color: #DC98F2;
}
</style>