Shades of Mauve #DE9FFD
Tints of Mauve #DE9FFD
RGB
CMYK
RGB Variations
Color information
#DE9FFD (or 0xDE9FFD) is known color: Mauve. HEX triplet: DE, 9F and FD. RGB value is (222,159,253). Sum of RGB (Red+Green+Blue) = 222+159+253=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FFD is #216002. Grayscale: #BCBCBC. Windows color (decimal): -2187267 or 16621534. OLE color: 16621534.
HSL color Cylindrical-coordinate representation of color #DE9FFD: hue angle of 280.21º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE9FFD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 159 | 253 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.01 |
| HSL | 280.21º | 0.96% | 0.81% | - |
| HSV(B) | 280.21º | 0.37% | 0.99% | - |
| XYZ | 60.25 | 47.42 | 98.91 | - |
| YUV | 188.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 253 | 0.12 | 0.37 | 0 | 0.01 | 280.21 | 0.96 | 0.81 |
| Hex | DE | 9F | FD | C | 25 | 0 | 1 | 118 | 60 | 51 |
| Octal | 336 | 237 | 375 | 14 | 45 | 0 | 1 | 430 | 140 | 121 |
| Binary | 11011110 | 10011111 | 11111101 | 1100 | 100101 | 0 | 1 | 100011000 | 1100000 | 1010001 |
Color Harmonies of #DE9FFD
Complementary color
Monochromatic Colors of #DE9FFD
Black with #DE9FFD
Text Example
Text Example
White with #DE9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FFD; }
p { color: rgb(222,159,253); }
H1.HeaderClassName
{
color: #DE9FFD;
}
.AnyTagClassName
{
color: #DE9FFD;
}
</style>
background-color css
<style>
a { background-color: #DE9FFD; }
a { background-color: rgb(222,159,253); }
div.DivClassName
{
background-color: #DE9FFD;
}
.BgClassName
{
background-color: #DE9FFD;
}
</style>
border-color css
<style>
span { border-color: #DE9FFD; }
span { border-color: rgb(222,159,253); }
td.TdClassName
{
border-color: #DE9FFD;
}
.TagClassName
{
border-color: #DE9FFD;
}
</style>