Shades of Mauve #D294FE
Tints of Mauve #D294FE
RGB
CMYK
RGB Variations
Color information
#D294FE (or 0xD294FE) is known color: Mauve. HEX triplet: D2, 94 and FE. RGB value is (210,148,254). Sum of RGB (Red+Green+Blue) = 210+148+254=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D294FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294FE is #2D6B01. Grayscale: #B2B2B2. Windows color (decimal): -2976514 or 16684242. OLE color: 16684242.
HSL color Cylindrical-coordinate representation of color #D294FE: hue angle of 275.09º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D294FE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 148 | 254 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.00 |
| HSL | 275.09º | 0.98% | 0.79% | - |
| HSV(B) | 275.09º | 0.42% | 1% | - |
| XYZ | 55.06 | 42.04 | 98.98 | - |
| YUV | 178.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 254 | 0.17 | 0.42 | 0 | 0.00 | 275.09 | 0.98 | 0.79 |
| Hex | D2 | 94 | FE | 11 | 2A | 0 | 0 | 113 | 62 | 4F |
| Octal | 322 | 224 | 376 | 21 | 52 | 0 | 0 | 423 | 142 | 117 |
| Binary | 11010010 | 10010100 | 11111110 | 10001 | 101010 | 0 | 0 | 100010011 | 1100010 | 1001111 |
Color Harmonies of #D294FE
Complementary color
Monochromatic Colors of #D294FE
Black with #D294FE
Text Example
Text Example
White with #D294FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294FE; }
p { color: rgb(210,148,254); }
H1.HeaderClassName
{
color: #D294FE;
}
.AnyTagClassName
{
color: #D294FE;
}
</style>
background-color css
<style>
a { background-color: #D294FE; }
a { background-color: rgb(210,148,254); }
div.DivClassName
{
background-color: #D294FE;
}
.BgClassName
{
background-color: #D294FE;
}
</style>
border-color css
<style>
span { border-color: #D294FE; }
span { border-color: rgb(210,148,254); }
td.TdClassName
{
border-color: #D294FE;
}
.TagClassName
{
border-color: #D294FE;
}
</style>