Shades of Mauve #DC93FE
Tints of Mauve #DC93FE
RGB
CMYK
RGB Variations
Color information
#DC93FE (or 0xDC93FE) is known color: Mauve. HEX triplet: DC, 93 and FE. RGB value is (220,147,254). Sum of RGB (Red+Green+Blue) = 220+147+254=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93FE is #236C01. Grayscale: #B4B4B4. Windows color (decimal): -2321410 or 16683996. OLE color: 16683996.
HSL color Cylindrical-coordinate representation of color #DC93FE: hue angle of 280.93º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC93FE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 147 | 254 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.00 |
| HSL | 280.93º | 0.98% | 0.79% | - |
| HSV(B) | 280.93º | 0.42% | 1% | - |
| XYZ | 57.84 | 43.24 | 99.06 | - |
| YUV | 181.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 254 | 0.13 | 0.42 | 0 | 0.00 | 280.93 | 0.98 | 0.79 |
| Hex | DC | 93 | FE | D | 2A | 0 | 0 | 119 | 62 | 4F |
| Octal | 334 | 223 | 376 | 15 | 52 | 0 | 0 | 431 | 142 | 117 |
| Binary | 11011100 | 10010011 | 11111110 | 1101 | 101010 | 0 | 0 | 100011001 | 1100010 | 1001111 |
Color Harmonies of #DC93FE
Complementary color
Monochromatic Colors of #DC93FE
Black with #DC93FE
Text Example
Text Example
White with #DC93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93FE; }
p { color: rgb(220,147,254); }
H1.HeaderClassName
{
color: #DC93FE;
}
.AnyTagClassName
{
color: #DC93FE;
}
</style>
background-color css
<style>
a { background-color: #DC93FE; }
a { background-color: rgb(220,147,254); }
div.DivClassName
{
background-color: #DC93FE;
}
.BgClassName
{
background-color: #DC93FE;
}
</style>
border-color css
<style>
span { border-color: #DC93FE; }
span { border-color: rgb(220,147,254); }
td.TdClassName
{
border-color: #DC93FE;
}
.TagClassName
{
border-color: #DC93FE;
}
</style>