Shades of Mauve #D397FA
Tints of Mauve #D397FA
RGB
CMYK
RGB Variations
Color information
#D397FA (or 0xD397FA) is known color: Mauve. HEX triplet: D3, 97 and FA. RGB value is (211,151,250). Sum of RGB (Red+Green+Blue) = 211+151+250=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D397FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397FA is #2C6805. Grayscale: #B3B3B3. Windows color (decimal): -2910214 or 16422867. OLE color: 16422867.
HSL color Cylindrical-coordinate representation of color #D397FA: hue angle of 276.36º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D397FA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 151 | 250 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.02 |
| HSL | 276.36º | 0.91% | 0.79% | - |
| HSV(B) | 276.36º | 0.4% | 0.98% | - |
| XYZ | 55.19 | 42.88 | 95.81 | - |
| YUV | 180.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 250 | 0.16 | 0.40 | 0 | 0.02 | 276.36 | 0.91 | 0.79 |
| Hex | D3 | 97 | FA | 10 | 28 | 0 | 2 | 114 | 5B | 4F |
| Octal | 323 | 227 | 372 | 20 | 50 | 0 | 2 | 424 | 133 | 117 |
| Binary | 11010011 | 10010111 | 11111010 | 10000 | 101000 | 0 | 10 | 100010100 | 1011011 | 1001111 |
Color Harmonies of #D397FA
Complementary color
Monochromatic Colors of #D397FA
Black with #D397FA
Text Example
Text Example
White with #D397FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397FA; }
p { color: rgb(211,151,250); }
H1.HeaderClassName
{
color: #D397FA;
}
.AnyTagClassName
{
color: #D397FA;
}
</style>
background-color css
<style>
a { background-color: #D397FA; }
a { background-color: rgb(211,151,250); }
div.DivClassName
{
background-color: #D397FA;
}
.BgClassName
{
background-color: #D397FA;
}
</style>
border-color css
<style>
span { border-color: #D397FA; }
span { border-color: rgb(211,151,250); }
td.TdClassName
{
border-color: #D397FA;
}
.TagClassName
{
border-color: #D397FA;
}
</style>