Shades of Mauve #DC97FF
Tints of Mauve #DC97FF
RGB
CMYK
RGB Variations
Color information
#DC97FF (or 0xDC97FF) is known color: Mauve. HEX triplet: DC, 97 and FF. RGB value is (220,151,255). Sum of RGB (Red+Green+Blue) = 220+151+255=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC97FF is #236800. Grayscale: #B7B7B7. Windows color (decimal): -2320385 or 16750556. OLE color: 16750556.
HSL color Cylindrical-coordinate representation of color #DC97FF: hue angle of 279.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC97FF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 151 | 255 | - |
| CMYK | 0.14 | 0.41 | 0 | 0 |
| HSL | 279.81º | 1% | 0.8% | - |
| HSV(B) | 279.81º | 0.41% | 1% | - |
| XYZ | 58.63 | 44.57 | 100.12 | - |
| YUV | 183.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 255 | 0.14 | 0.41 | 0 | 0 | 279.81 | 1 | 0.8 |
| Hex | DC | 97 | FF | E | 29 | 0 | 0 | 118 | 64 | 50 |
| Octal | 334 | 227 | 377 | 16 | 51 | 0 | 0 | 430 | 144 | 120 |
| Binary | 11011100 | 10010111 | 11111111 | 1110 | 101001 | 0 | 0 | 100011000 | 1100100 | 1010000 |
Color Harmonies of #DC97FF
Complementary color
Monochromatic Colors of #DC97FF
Black with #DC97FF
Text Example
Text Example
White with #DC97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC97FF; }
p { color: rgb(220,151,255); }
H1.HeaderClassName
{
color: #DC97FF;
}
.AnyTagClassName
{
color: #DC97FF;
}
</style>
background-color css
<style>
a { background-color: #DC97FF; }
a { background-color: rgb(220,151,255); }
div.DivClassName
{
background-color: #DC97FF;
}
.BgClassName
{
background-color: #DC97FF;
}
</style>
border-color css
<style>
span { border-color: #DC97FF; }
span { border-color: rgb(220,151,255); }
td.TdClassName
{
border-color: #DC97FF;
}
.TagClassName
{
border-color: #DC97FF;
}
</style>