Shades of Mauve #DC96FF
Tints of Mauve #DC96FF
RGB
CMYK
RGB Variations
Color information
#DC96FF (or 0xDC96FF) is known color: Mauve. HEX triplet: DC, 96 and FF. RGB value is (220,150,255). Sum of RGB (Red+Green+Blue) = 220+150+255=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96FF is #236900. Grayscale: #B6B6B6. Windows color (decimal): -2320641 or 16750300. OLE color: 16750300.
HSL color Cylindrical-coordinate representation of color #DC96FF: hue angle of 280º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC96FF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 150 | 255 | - |
| CMYK | 0.14 | 0.41 | 0 | 0 |
| HSL | 280º | 1% | 0.79% | - |
| HSV(B) | 280º | 0.41% | 1% | - |
| XYZ | 58.47 | 44.25 | 100.07 | - |
| YUV | 182.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 255 | 0.14 | 0.41 | 0 | 0 | 280 | 1 | 0.79 |
| Hex | DC | 96 | FF | E | 29 | 0 | 0 | 118 | 64 | 4F |
| Octal | 334 | 226 | 377 | 16 | 51 | 0 | 0 | 430 | 144 | 117 |
| Binary | 11011100 | 10010110 | 11111111 | 1110 | 101001 | 0 | 0 | 100011000 | 1100100 | 1001111 |
Color Harmonies of #DC96FF
Complementary color
Monochromatic Colors of #DC96FF
Black with #DC96FF
Text Example
Text Example
White with #DC96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96FF; }
p { color: rgb(220,150,255); }
H1.HeaderClassName
{
color: #DC96FF;
}
.AnyTagClassName
{
color: #DC96FF;
}
</style>
background-color css
<style>
a { background-color: #DC96FF; }
a { background-color: rgb(220,150,255); }
div.DivClassName
{
background-color: #DC96FF;
}
.BgClassName
{
background-color: #DC96FF;
}
</style>
border-color css
<style>
span { border-color: #DC96FF; }
span { border-color: rgb(220,150,255); }
td.TdClassName
{
border-color: #DC96FF;
}
.TagClassName
{
border-color: #DC96FF;
}
</style>