Shades of Mauve #DC94FF
Tints of Mauve #DC94FF
RGB
CMYK
RGB Variations
Color information
#DC94FF (or 0xDC94FF) is known color: Mauve. HEX triplet: DC, 94 and FF. RGB value is (220,148,255). Sum of RGB (Red+Green+Blue) = 220+148+255=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94FF is #236B00. Grayscale: #B5B5B5. Windows color (decimal): -2321153 or 16749788. OLE color: 16749788.
HSL color Cylindrical-coordinate representation of color #DC94FF: hue angle of 280.37º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC94FF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 148 | 255 | - |
| CMYK | 0.14 | 0.42 | 0 | 0 |
| HSL | 280.37º | 1% | 0.79% | - |
| HSV(B) | 280.37º | 0.42% | 1% | - |
| XYZ | 58.16 | 43.62 | 99.96 | - |
| YUV | 181.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 255 | 0.14 | 0.42 | 0 | 0 | 280.37 | 1 | 0.79 |
| Hex | DC | 94 | FF | E | 2A | 0 | 0 | 118 | 64 | 4F |
| Octal | 334 | 224 | 377 | 16 | 52 | 0 | 0 | 430 | 144 | 117 |
| Binary | 11011100 | 10010100 | 11111111 | 1110 | 101010 | 0 | 0 | 100011000 | 1100100 | 1001111 |
Color Harmonies of #DC94FF
Complementary color
Monochromatic Colors of #DC94FF
Black with #DC94FF
Text Example
Text Example
White with #DC94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94FF; }
p { color: rgb(220,148,255); }
H1.HeaderClassName
{
color: #DC94FF;
}
.AnyTagClassName
{
color: #DC94FF;
}
</style>
background-color css
<style>
a { background-color: #DC94FF; }
a { background-color: rgb(220,148,255); }
div.DivClassName
{
background-color: #DC94FF;
}
.BgClassName
{
background-color: #DC94FF;
}
</style>
border-color css
<style>
span { border-color: #DC94FF; }
span { border-color: rgb(220,148,255); }
td.TdClassName
{
border-color: #DC94FF;
}
.TagClassName
{
border-color: #DC94FF;
}
</style>