Shades of Mauve #DC93FC
Tints of Mauve #DC93FC
RGB
CMYK
RGB Variations
Color information
#DC93FC (or 0xDC93FC) is known color: Mauve. HEX triplet: DC, 93 and FC. RGB value is (220,147,252). Sum of RGB (Red+Green+Blue) = 220+147+252=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC93FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93FC is #236C03. Grayscale: #B4B4B4. Windows color (decimal): -2321412 or 16552924. OLE color: 16552924.
HSL color Cylindrical-coordinate representation of color #DC93FC: hue angle of 281.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC93FC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 147 | 252 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.01 |
| HSL | 281.71º | 0.95% | 0.78% | - |
| HSV(B) | 281.71º | 0.42% | 0.99% | - |
| XYZ | 57.52 | 43.11 | 97.39 | - |
| YUV | 180.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 252 | 0.13 | 0.42 | 0 | 0.01 | 281.71 | 0.95 | 0.78 |
| Hex | DC | 93 | FC | D | 2A | 0 | 1 | 11A | 5F | 4E |
| Octal | 334 | 223 | 374 | 15 | 52 | 0 | 1 | 432 | 137 | 116 |
| Binary | 11011100 | 10010011 | 11111100 | 1101 | 101010 | 0 | 1 | 100011010 | 1011111 | 1001110 |
Color Harmonies of #DC93FC
Complementary color
Monochromatic Colors of #DC93FC
Black with #DC93FC
Text Example
Text Example
White with #DC93FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93FC; }
p { color: rgb(220,147,252); }
H1.HeaderClassName
{
color: #DC93FC;
}
.AnyTagClassName
{
color: #DC93FC;
}
</style>
background-color css
<style>
a { background-color: #DC93FC; }
a { background-color: rgb(220,147,252); }
div.DivClassName
{
background-color: #DC93FC;
}
.BgClassName
{
background-color: #DC93FC;
}
</style>
border-color css
<style>
span { border-color: #DC93FC; }
span { border-color: rgb(220,147,252); }
td.TdClassName
{
border-color: #DC93FC;
}
.TagClassName
{
border-color: #DC93FC;
}
</style>