Shades of Mauve #DC94F4
Tints of Mauve #DC94F4
RGB
CMYK
RGB Variations
Color information
#DC94F4 (or 0xDC94F4) is known color: Mauve. HEX triplet: DC, 94 and F4. RGB value is (220,148,244). Sum of RGB (Red+Green+Blue) = 220+148+244=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC94F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94F4 is #236B0B. Grayscale: #B4B4B4. Windows color (decimal): -2321164 or 16028892. OLE color: 16028892.
HSL color Cylindrical-coordinate representation of color #DC94F4: hue angle of 285º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC94F4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 148 | 244 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.04 |
| HSL | 285º | 0.81% | 0.77% | - |
| HSV(B) | 285º | 0.39% | 0.96% | - |
| XYZ | 56.43 | 42.93 | 90.9 | - |
| YUV | 180.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 244 | 0.10 | 0.39 | 0 | 0.04 | 285 | 0.81 | 0.77 |
| Hex | DC | 94 | F4 | A | 27 | 0 | 4 | 11D | 51 | 4D |
| Octal | 334 | 224 | 364 | 12 | 47 | 0 | 4 | 435 | 121 | 115 |
| Binary | 11011100 | 10010100 | 11110100 | 1010 | 100111 | 0 | 100 | 100011101 | 1010001 | 1001101 |
Color Harmonies of #DC94F4
Complementary color
Monochromatic Colors of #DC94F4
Black with #DC94F4
Text Example
Text Example
White with #DC94F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94F4; }
p { color: rgb(220,148,244); }
H1.HeaderClassName
{
color: #DC94F4;
}
.AnyTagClassName
{
color: #DC94F4;
}
</style>
background-color css
<style>
a { background-color: #DC94F4; }
a { background-color: rgb(220,148,244); }
div.DivClassName
{
background-color: #DC94F4;
}
.BgClassName
{
background-color: #DC94F4;
}
</style>
border-color css
<style>
span { border-color: #DC94F4; }
span { border-color: rgb(220,148,244); }
td.TdClassName
{
border-color: #DC94F4;
}
.TagClassName
{
border-color: #DC94F4;
}
</style>