Shades of Mauve #DE9BF6
Tints of Mauve #DE9BF6
RGB
CMYK
RGB Variations
Color information
#DE9BF6 (or 0xDE9BF6) is known color: Mauve. HEX triplet: DE, 9B and F6. RGB value is (222,155,246). Sum of RGB (Red+Green+Blue) = 222+155+246=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BF6 is #216409. Grayscale: #B9B9B9. Windows color (decimal): -2188298 or 16161758. OLE color: 16161758.
HSL color Cylindrical-coordinate representation of color #DE9BF6: hue angle of 284.18º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE9BF6 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 155 | 246 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.04 |
| HSL | 284.18º | 0.83% | 0.79% | - |
| HSV(B) | 284.18º | 0.37% | 0.96% | - |
| XYZ | 58.48 | 45.63 | 92.91 | - |
| YUV | 185.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 246 | 0.10 | 0.37 | 0 | 0.04 | 284.18 | 0.83 | 0.79 |
| Hex | DE | 9B | F6 | A | 25 | 0 | 4 | 11C | 53 | 4F |
| Octal | 336 | 233 | 366 | 12 | 45 | 0 | 4 | 434 | 123 | 117 |
| Binary | 11011110 | 10011011 | 11110110 | 1010 | 100101 | 0 | 100 | 100011100 | 1010011 | 1001111 |
Color Harmonies of #DE9BF6
Complementary color
Monochromatic Colors of #DE9BF6
Black with #DE9BF6
Text Example
Text Example
White with #DE9BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BF6; }
p { color: rgb(222,155,246); }
H1.HeaderClassName
{
color: #DE9BF6;
}
.AnyTagClassName
{
color: #DE9BF6;
}
</style>
background-color css
<style>
a { background-color: #DE9BF6; }
a { background-color: rgb(222,155,246); }
div.DivClassName
{
background-color: #DE9BF6;
}
.BgClassName
{
background-color: #DE9BF6;
}
</style>
border-color css
<style>
span { border-color: #DE9BF6; }
span { border-color: rgb(222,155,246); }
td.TdClassName
{
border-color: #DE9BF6;
}
.TagClassName
{
border-color: #DE9BF6;
}
</style>