Shades of Mauve #DC94FA
Tints of Mauve #DC94FA
RGB
CMYK
RGB Variations
Color information
#DC94FA (or 0xDC94FA) is known color: Mauve. HEX triplet: DC, 94 and FA. RGB value is (220,148,250). Sum of RGB (Red+Green+Blue) = 220+148+250=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94FA is #236B05. Grayscale: #B4B4B4. Windows color (decimal): -2321158 or 16422108. OLE color: 16422108.
HSL color Cylindrical-coordinate representation of color #DC94FA: hue angle of 282.35º degrees, saturation: 0.91, 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 #DC94FA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 148 | 250 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.02 |
| HSL | 282.35º | 0.91% | 0.78% | - |
| HSV(B) | 282.35º | 0.41% | 0.98% | - |
| XYZ | 57.36 | 43.3 | 95.78 | - |
| YUV | 181.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 250 | 0.12 | 0.41 | 0 | 0.02 | 282.35 | 0.91 | 0.78 |
| Hex | DC | 94 | FA | C | 29 | 0 | 2 | 11A | 5B | 4E |
| Octal | 334 | 224 | 372 | 14 | 51 | 0 | 2 | 432 | 133 | 116 |
| Binary | 11011100 | 10010100 | 11111010 | 1100 | 101001 | 0 | 10 | 100011010 | 1011011 | 1001110 |
Color Harmonies of #DC94FA
Complementary color
Monochromatic Colors of #DC94FA
Black with #DC94FA
Text Example
Text Example
White with #DC94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94FA; }
p { color: rgb(220,148,250); }
H1.HeaderClassName
{
color: #DC94FA;
}
.AnyTagClassName
{
color: #DC94FA;
}
</style>
background-color css
<style>
a { background-color: #DC94FA; }
a { background-color: rgb(220,148,250); }
div.DivClassName
{
background-color: #DC94FA;
}
.BgClassName
{
background-color: #DC94FA;
}
</style>
border-color css
<style>
span { border-color: #DC94FA; }
span { border-color: rgb(220,148,250); }
td.TdClassName
{
border-color: #DC94FA;
}
.TagClassName
{
border-color: #DC94FA;
}
</style>