Shades of Mauve #D39FFD
Tints of Mauve #D39FFD
RGB
CMYK
RGB Variations
Color information
#D39FFD (or 0xD39FFD) is known color: Mauve. HEX triplet: D3, 9F and FD. RGB value is (211,159,253). Sum of RGB (Red+Green+Blue) = 211+159+253=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #D39FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FFD is #2C6002. Grayscale: #B8B8B8. Windows color (decimal): -2908163 or 16621523. OLE color: 16621523.
HSL color Cylindrical-coordinate representation of color #D39FFD: hue angle of 273.19º 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 #D39FFD is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 159 | 253 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.01 |
| HSL | 273.19º | 0.96% | 0.81% | - |
| HSV(B) | 273.19º | 0.37% | 0.99% | - |
| XYZ | 56.99 | 45.74 | 98.75 | - |
| YUV | 185.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 253 | 0.17 | 0.37 | 0 | 0.01 | 273.19 | 0.96 | 0.81 |
| Hex | D3 | 9F | FD | 11 | 25 | 0 | 1 | 111 | 60 | 51 |
| Octal | 323 | 237 | 375 | 21 | 45 | 0 | 1 | 421 | 140 | 121 |
| Binary | 11010011 | 10011111 | 11111101 | 10001 | 100101 | 0 | 1 | 100010001 | 1100000 | 1010001 |
Color Harmonies of #D39FFD
Complementary color
Monochromatic Colors of #D39FFD
Black with #D39FFD
Text Example
Text Example
White with #D39FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FFD; }
p { color: rgb(211,159,253); }
H1.HeaderClassName
{
color: #D39FFD;
}
.AnyTagClassName
{
color: #D39FFD;
}
</style>
background-color css
<style>
a { background-color: #D39FFD; }
a { background-color: rgb(211,159,253); }
div.DivClassName
{
background-color: #D39FFD;
}
.BgClassName
{
background-color: #D39FFD;
}
</style>
border-color css
<style>
span { border-color: #D39FFD; }
span { border-color: rgb(211,159,253); }
td.TdClassName
{
border-color: #D39FFD;
}
.TagClassName
{
border-color: #D39FFD;
}
</style>