Shades of Mauve #DE9BF3
Tints of Mauve #DE9BF3
RGB
CMYK
RGB Variations
Color information
#DE9BF3 (or 0xDE9BF3) is known color: Mauve. HEX triplet: DE, 9B and F3. RGB value is (222,155,243). Sum of RGB (Red+Green+Blue) = 222+155+243=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE9BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BF3 is #21640C. Grayscale: #B8B8B8. Windows color (decimal): -2188301 or 15965150. OLE color: 15965150.
HSL color Cylindrical-coordinate representation of color #DE9BF3: hue angle of 285.68º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE9BF3 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 155 | 243 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.05 |
| HSL | 285.68º | 0.79% | 0.78% | - |
| HSV(B) | 285.68º | 0.36% | 0.95% | - |
| XYZ | 58.02 | 45.44 | 90.51 | - |
| YUV | 185.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 243 | 0.09 | 0.36 | 0 | 0.05 | 285.68 | 0.79 | 0.78 |
| Hex | DE | 9B | F3 | 9 | 24 | 0 | 5 | 11E | 4F | 4E |
| Octal | 336 | 233 | 363 | 11 | 44 | 0 | 5 | 436 | 117 | 116 |
| Binary | 11011110 | 10011011 | 11110011 | 1001 | 100100 | 0 | 101 | 100011110 | 1001111 | 1001110 |
Color Harmonies of #DE9BF3
Complementary color
Monochromatic Colors of #DE9BF3
Black with #DE9BF3
Text Example
Text Example
White with #DE9BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BF3; }
p { color: rgb(222,155,243); }
H1.HeaderClassName
{
color: #DE9BF3;
}
.AnyTagClassName
{
color: #DE9BF3;
}
</style>
background-color css
<style>
a { background-color: #DE9BF3; }
a { background-color: rgb(222,155,243); }
div.DivClassName
{
background-color: #DE9BF3;
}
.BgClassName
{
background-color: #DE9BF3;
}
</style>
border-color css
<style>
span { border-color: #DE9BF3; }
span { border-color: rgb(222,155,243); }
td.TdClassName
{
border-color: #DE9BF3;
}
.TagClassName
{
border-color: #DE9BF3;
}
</style>