Shades of Mauve #D392FC
Tints of Mauve #D392FC
RGB
CMYK
RGB Variations
Color information
#D392FC (or 0xD392FC) is known color: Mauve. HEX triplet: D3, 92 and FC. RGB value is (211,146,252). Sum of RGB (Red+Green+Blue) = 211+146+252=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D392FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392FC is #2C6D03. Grayscale: #B1B1B1. Windows color (decimal): -2911492 or 16552659. OLE color: 16552659.
HSL color Cylindrical-coordinate representation of color #D392FC: hue angle of 276.79º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D392FC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 146 | 252 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.01 |
| HSL | 276.79º | 0.95% | 0.78% | - |
| HSV(B) | 276.79º | 0.42% | 0.99% | - |
| XYZ | 54.71 | 41.43 | 97.21 | - |
| YUV | 177.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 252 | 0.16 | 0.42 | 0 | 0.01 | 276.79 | 0.95 | 0.78 |
| Hex | D3 | 92 | FC | 10 | 2A | 0 | 1 | 115 | 5F | 4E |
| Octal | 323 | 222 | 374 | 20 | 52 | 0 | 1 | 425 | 137 | 116 |
| Binary | 11010011 | 10010010 | 11111100 | 10000 | 101010 | 0 | 1 | 100010101 | 1011111 | 1001110 |
Color Harmonies of #D392FC
Complementary color
Monochromatic Colors of #D392FC
Black with #D392FC
Text Example
Text Example
White with #D392FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392FC; }
p { color: rgb(211,146,252); }
H1.HeaderClassName
{
color: #D392FC;
}
.AnyTagClassName
{
color: #D392FC;
}
</style>
background-color css
<style>
a { background-color: #D392FC; }
a { background-color: rgb(211,146,252); }
div.DivClassName
{
background-color: #D392FC;
}
.BgClassName
{
background-color: #D392FC;
}
</style>
border-color css
<style>
span { border-color: #D392FC; }
span { border-color: rgb(211,146,252); }
td.TdClassName
{
border-color: #D392FC;
}
.TagClassName
{
border-color: #D392FC;
}
</style>