Shades of Mauve #D397FE
Tints of Mauve #D397FE
RGB
CMYK
RGB Variations
Color information
#D397FE (or 0xD397FE) is known color: Mauve. HEX triplet: D3, 97 and FE. RGB value is (211,151,254). Sum of RGB (Red+Green+Blue) = 211+151+254=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #D397FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397FE is #2C6801. Grayscale: #B4B4B4. Windows color (decimal): -2910210 or 16685011. OLE color: 16685011.
HSL color Cylindrical-coordinate representation of color #D397FE: hue angle of 274.95º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D397FE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 151 | 254 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.00 |
| HSL | 274.95º | 0.98% | 0.79% | - |
| HSV(B) | 274.95º | 0.41% | 1% | - |
| XYZ | 55.82 | 43.14 | 99.15 | - |
| YUV | 180.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 254 | 0.17 | 0.41 | 0 | 0.00 | 274.95 | 0.98 | 0.79 |
| Hex | D3 | 97 | FE | 11 | 29 | 0 | 0 | 113 | 62 | 4F |
| Octal | 323 | 227 | 376 | 21 | 51 | 0 | 0 | 423 | 142 | 117 |
| Binary | 11010011 | 10010111 | 11111110 | 10001 | 101001 | 0 | 0 | 100010011 | 1100010 | 1001111 |
Color Harmonies of #D397FE
Complementary color
Monochromatic Colors of #D397FE
Black with #D397FE
Text Example
Text Example
White with #D397FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397FE; }
p { color: rgb(211,151,254); }
H1.HeaderClassName
{
color: #D397FE;
}
.AnyTagClassName
{
color: #D397FE;
}
</style>
background-color css
<style>
a { background-color: #D397FE; }
a { background-color: rgb(211,151,254); }
div.DivClassName
{
background-color: #D397FE;
}
.BgClassName
{
background-color: #D397FE;
}
</style>
border-color css
<style>
span { border-color: #D397FE; }
span { border-color: rgb(211,151,254); }
td.TdClassName
{
border-color: #D397FE;
}
.TagClassName
{
border-color: #D397FE;
}
</style>