Shades of Mauve #DC94F8
Tints of Mauve #DC94F8
RGB
CMYK
RGB Variations
Color information
#DC94F8 (or 0xDC94F8) is known color: Mauve. HEX triplet: DC, 94 and F8. RGB value is (220,148,248). Sum of RGB (Red+Green+Blue) = 220+148+248=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC94F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94F8 is #236B07. Grayscale: #B4B4B4. Windows color (decimal): -2321160 or 16291036. OLE color: 16291036.
HSL color Cylindrical-coordinate representation of color #DC94F8: hue angle of 283.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC94F8 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 148 | 248 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.03 |
| HSL | 283.2º | 0.88% | 0.78% | - |
| HSV(B) | 283.2º | 0.4% | 0.97% | - |
| XYZ | 57.05 | 43.17 | 94.13 | - |
| YUV | 180.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 248 | 0.11 | 0.40 | 0 | 0.03 | 283.2 | 0.88 | 0.78 |
| Hex | DC | 94 | F8 | B | 28 | 0 | 3 | 11B | 58 | 4E |
| Octal | 334 | 224 | 370 | 13 | 50 | 0 | 3 | 433 | 130 | 116 |
| Binary | 11011100 | 10010100 | 11111000 | 1011 | 101000 | 0 | 11 | 100011011 | 1011000 | 1001110 |
Color Harmonies of #DC94F8
Complementary color
Monochromatic Colors of #DC94F8
Black with #DC94F8
Text Example
Text Example
White with #DC94F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94F8; }
p { color: rgb(220,148,248); }
H1.HeaderClassName
{
color: #DC94F8;
}
.AnyTagClassName
{
color: #DC94F8;
}
</style>
background-color css
<style>
a { background-color: #DC94F8; }
a { background-color: rgb(220,148,248); }
div.DivClassName
{
background-color: #DC94F8;
}
.BgClassName
{
background-color: #DC94F8;
}
</style>
border-color css
<style>
span { border-color: #DC94F8; }
span { border-color: rgb(220,148,248); }
td.TdClassName
{
border-color: #DC94F8;
}
.TagClassName
{
border-color: #DC94F8;
}
</style>