Shades of Mauve #DC94FB
Tints of Mauve #DC94FB
RGB
CMYK
RGB Variations
Color information
#DC94FB (or 0xDC94FB) is known color: Mauve. HEX triplet: DC, 94 and FB. RGB value is (220,148,251). Sum of RGB (Red+Green+Blue) = 220+148+251=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94FB is #236B04. Grayscale: #B4B4B4. Windows color (decimal): -2321157 or 16487644. OLE color: 16487644.
HSL color Cylindrical-coordinate representation of color #DC94FB: hue angle of 281.94º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC94FB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 148 | 251 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.02 |
| HSL | 281.94º | 0.93% | 0.78% | - |
| HSV(B) | 281.94º | 0.41% | 0.98% | - |
| XYZ | 57.52 | 43.36 | 96.6 | - |
| YUV | 181.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 251 | 0.12 | 0.41 | 0 | 0.02 | 281.94 | 0.93 | 0.78 |
| Hex | DC | 94 | FB | C | 29 | 0 | 2 | 11A | 5D | 4E |
| Octal | 334 | 224 | 373 | 14 | 51 | 0 | 2 | 432 | 135 | 116 |
| Binary | 11011100 | 10010100 | 11111011 | 1100 | 101001 | 0 | 10 | 100011010 | 1011101 | 1001110 |
Color Harmonies of #DC94FB
Complementary color
Monochromatic Colors of #DC94FB
Black with #DC94FB
Text Example
Text Example
White with #DC94FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94FB; }
p { color: rgb(220,148,251); }
H1.HeaderClassName
{
color: #DC94FB;
}
.AnyTagClassName
{
color: #DC94FB;
}
</style>
background-color css
<style>
a { background-color: #DC94FB; }
a { background-color: rgb(220,148,251); }
div.DivClassName
{
background-color: #DC94FB;
}
.BgClassName
{
background-color: #DC94FB;
}
</style>
border-color css
<style>
span { border-color: #DC94FB; }
span { border-color: rgb(220,148,251); }
td.TdClassName
{
border-color: #DC94FB;
}
.TagClassName
{
border-color: #DC94FB;
}
</style>