Shades of Mauve #D293FA
Tints of Mauve #D293FA
RGB
CMYK
RGB Variations
Color information
#D293FA (or 0xD293FA) is known color: Mauve. HEX triplet: D2, 93 and FA. RGB value is (210,147,250). Sum of RGB (Red+Green+Blue) = 210+147+250=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D293FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293FA is #2D6C05. Grayscale: #B1B1B1. Windows color (decimal): -2976774 or 16421842. OLE color: 16421842.
HSL color Cylindrical-coordinate representation of color #D293FA: hue angle of 276.7º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D293FA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 147 | 250 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.02 |
| HSL | 276.7º | 0.91% | 0.78% | - |
| HSV(B) | 276.7º | 0.41% | 0.98% | - |
| XYZ | 54.27 | 41.47 | 95.59 | - |
| YUV | 177.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 250 | 0.16 | 0.41 | 0 | 0.02 | 276.7 | 0.91 | 0.78 |
| Hex | D2 | 93 | FA | 10 | 29 | 0 | 2 | 115 | 5B | 4E |
| Octal | 322 | 223 | 372 | 20 | 51 | 0 | 2 | 425 | 133 | 116 |
| Binary | 11010010 | 10010011 | 11111010 | 10000 | 101001 | 0 | 10 | 100010101 | 1011011 | 1001110 |
Color Harmonies of #D293FA
Complementary color
Monochromatic Colors of #D293FA
Black with #D293FA
Text Example
Text Example
White with #D293FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293FA; }
p { color: rgb(210,147,250); }
H1.HeaderClassName
{
color: #D293FA;
}
.AnyTagClassName
{
color: #D293FA;
}
</style>
background-color css
<style>
a { background-color: #D293FA; }
a { background-color: rgb(210,147,250); }
div.DivClassName
{
background-color: #D293FA;
}
.BgClassName
{
background-color: #D293FA;
}
</style>
border-color css
<style>
span { border-color: #D293FA; }
span { border-color: rgb(210,147,250); }
td.TdClassName
{
border-color: #D293FA;
}
.TagClassName
{
border-color: #D293FA;
}
</style>