Shades of Mauve #D399FD
Tints of Mauve #D399FD
RGB
CMYK
RGB Variations
Color information
#D399FD (or 0xD399FD) is known color: Mauve. HEX triplet: D3, 99 and FD. RGB value is (211,153,253). Sum of RGB (Red+Green+Blue) = 211+153+253=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D399FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D399FD is #2C6602. Grayscale: #B5B5B5. Windows color (decimal): -2909699 or 16619987. OLE color: 16619987.
HSL color Cylindrical-coordinate representation of color #D399FD: hue angle of 274.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D399FD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 153 | 253 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.01 |
| HSL | 274.8º | 0.96% | 0.8% | - |
| HSV(B) | 274.8º | 0.4% | 0.99% | - |
| XYZ | 55.98 | 43.72 | 98.42 | - |
| YUV | 181.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 253 | 0.17 | 0.40 | 0 | 0.01 | 274.8 | 0.96 | 0.8 |
| Hex | D3 | 99 | FD | 11 | 28 | 0 | 1 | 113 | 60 | 50 |
| Octal | 323 | 231 | 375 | 21 | 50 | 0 | 1 | 423 | 140 | 120 |
| Binary | 11010011 | 10011001 | 11111101 | 10001 | 101000 | 0 | 1 | 100010011 | 1100000 | 1010000 |
Color Harmonies of #D399FD
Complementary color
Monochromatic Colors of #D399FD
Black with #D399FD
Text Example
Text Example
White with #D399FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399FD; }
p { color: rgb(211,153,253); }
H1.HeaderClassName
{
color: #D399FD;
}
.AnyTagClassName
{
color: #D399FD;
}
</style>
background-color css
<style>
a { background-color: #D399FD; }
a { background-color: rgb(211,153,253); }
div.DivClassName
{
background-color: #D399FD;
}
.BgClassName
{
background-color: #D399FD;
}
</style>
border-color css
<style>
span { border-color: #D399FD; }
span { border-color: rgb(211,153,253); }
td.TdClassName
{
border-color: #D399FD;
}
.TagClassName
{
border-color: #D399FD;
}
</style>