Shades of Mauve #DC93F8
Tints of Mauve #DC93F8
RGB
CMYK
RGB Variations
Color information
#DC93F8 (or 0xDC93F8) is known color: Mauve. HEX triplet: DC, 93 and F8. RGB value is (220,147,248). Sum of RGB (Red+Green+Blue) = 220+147+248=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC93F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93F8 is #236C07. Grayscale: #B4B4B4. Windows color (decimal): -2321416 or 16290780. OLE color: 16290780.
HSL color Cylindrical-coordinate representation of color #DC93F8: hue angle of 283.37º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC93F8 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 147 | 248 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.03 |
| HSL | 283.37º | 0.88% | 0.77% | - |
| HSV(B) | 283.37º | 0.41% | 0.97% | - |
| XYZ | 56.89 | 42.86 | 94.08 | - |
| YUV | 180.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 248 | 0.11 | 0.41 | 0 | 0.03 | 283.37 | 0.88 | 0.77 |
| Hex | DC | 93 | F8 | B | 29 | 0 | 3 | 11B | 58 | 4D |
| Octal | 334 | 223 | 370 | 13 | 51 | 0 | 3 | 433 | 130 | 115 |
| Binary | 11011100 | 10010011 | 11111000 | 1011 | 101001 | 0 | 11 | 100011011 | 1011000 | 1001101 |
Color Harmonies of #DC93F8
Complementary color
Monochromatic Colors of #DC93F8
Black with #DC93F8
Text Example
Text Example
White with #DC93F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93F8; }
p { color: rgb(220,147,248); }
H1.HeaderClassName
{
color: #DC93F8;
}
.AnyTagClassName
{
color: #DC93F8;
}
</style>
background-color css
<style>
a { background-color: #DC93F8; }
a { background-color: rgb(220,147,248); }
div.DivClassName
{
background-color: #DC93F8;
}
.BgClassName
{
background-color: #DC93F8;
}
</style>
border-color css
<style>
span { border-color: #DC93F8; }
span { border-color: rgb(220,147,248); }
td.TdClassName
{
border-color: #DC93F8;
}
.TagClassName
{
border-color: #DC93F8;
}
</style>