Shades of Mauve #DC96FE
Tints of Mauve #DC96FE
RGB
CMYK
RGB Variations
Color information
#DC96FE (or 0xDC96FE) is known color: Mauve. HEX triplet: DC, 96 and FE. RGB value is (220,150,254). Sum of RGB (Red+Green+Blue) = 220+150+254=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96FE is #236901. Grayscale: #B6B6B6. Windows color (decimal): -2320642 or 16684764. OLE color: 16684764.
HSL color Cylindrical-coordinate representation of color #DC96FE: hue angle of 280.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC96FE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 150 | 254 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.00 |
| HSL | 280.38º | 0.98% | 0.79% | - |
| HSV(B) | 280.38º | 0.41% | 1% | - |
| XYZ | 58.31 | 44.18 | 99.22 | - |
| YUV | 182.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 254 | 0.13 | 0.41 | 0 | 0.00 | 280.38 | 0.98 | 0.79 |
| Hex | DC | 96 | FE | D | 29 | 0 | 0 | 118 | 62 | 4F |
| Octal | 334 | 226 | 376 | 15 | 51 | 0 | 0 | 430 | 142 | 117 |
| Binary | 11011100 | 10010110 | 11111110 | 1101 | 101001 | 0 | 0 | 100011000 | 1100010 | 1001111 |
Color Harmonies of #DC96FE
Complementary color
Monochromatic Colors of #DC96FE
Black with #DC96FE
Text Example
Text Example
White with #DC96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96FE; }
p { color: rgb(220,150,254); }
H1.HeaderClassName
{
color: #DC96FE;
}
.AnyTagClassName
{
color: #DC96FE;
}
</style>
background-color css
<style>
a { background-color: #DC96FE; }
a { background-color: rgb(220,150,254); }
div.DivClassName
{
background-color: #DC96FE;
}
.BgClassName
{
background-color: #DC96FE;
}
</style>
border-color css
<style>
span { border-color: #DC96FE; }
span { border-color: rgb(220,150,254); }
td.TdClassName
{
border-color: #DC96FE;
}
.TagClassName
{
border-color: #DC96FE;
}
</style>