Shades of Mauve #DE9BFF
Tints of Mauve #DE9BFF
RGB
CMYK
RGB Variations
Color information
#DE9BFF (or 0xDE9BFF) is known color: Mauve. HEX triplet: DE, 9B and FF. RGB value is (222,155,255). Sum of RGB (Red+Green+Blue) = 222+155+255=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BFF is #216400. Grayscale: #BABABA. Windows color (decimal): -2188289 or 16751582. OLE color: 16751582.
HSL color Cylindrical-coordinate representation of color #DE9BFF: hue angle of 280.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE9BFF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 155 | 255 | - |
| CMYK | 0.13 | 0.39 | 0 | 0 |
| HSL | 280.2º | 1% | 0.8% | - |
| HSV(B) | 280.2º | 0.39% | 1% | - |
| XYZ | 59.9 | 46.19 | 100.37 | - |
| YUV | 186.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 255 | 0.13 | 0.39 | 0 | 0 | 280.2 | 1 | 0.8 |
| Hex | DE | 9B | FF | D | 27 | 0 | 0 | 118 | 64 | 50 |
| Octal | 336 | 233 | 377 | 15 | 47 | 0 | 0 | 430 | 144 | 120 |
| Binary | 11011110 | 10011011 | 11111111 | 1101 | 100111 | 0 | 0 | 100011000 | 1100100 | 1010000 |
Color Harmonies of #DE9BFF
Complementary color
Monochromatic Colors of #DE9BFF
Black with #DE9BFF
Text Example
Text Example
White with #DE9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BFF; }
p { color: rgb(222,155,255); }
H1.HeaderClassName
{
color: #DE9BFF;
}
.AnyTagClassName
{
color: #DE9BFF;
}
</style>
background-color css
<style>
a { background-color: #DE9BFF; }
a { background-color: rgb(222,155,255); }
div.DivClassName
{
background-color: #DE9BFF;
}
.BgClassName
{
background-color: #DE9BFF;
}
</style>
border-color css
<style>
span { border-color: #DE9BFF; }
span { border-color: rgb(222,155,255); }
td.TdClassName
{
border-color: #DE9BFF;
}
.TagClassName
{
border-color: #DE9BFF;
}
</style>