Shades of Mauve #D098FE
Tints of Mauve #D098FE
RGB
CMYK
RGB Variations
Color information
#D098FE (or 0xD098FE) is known color: Mauve. HEX triplet: D0, 98 and FE. RGB value is (208,152,254). Sum of RGB (Red+Green+Blue) = 208+152+254=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #D098FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098FE is #2F6701. Grayscale: #B4B4B4. Windows color (decimal): -3106562 or 16685264. OLE color: 16685264.
HSL color Cylindrical-coordinate representation of color #D098FE: hue angle of 272.94º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D098FE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 152 | 254 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.00 |
| HSL | 272.94º | 0.98% | 0.8% | - |
| HSV(B) | 272.94º | 0.4% | 1% | - |
| XYZ | 55.13 | 43.02 | 99.16 | - |
| YUV | 180.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 254 | 0.18 | 0.40 | 0 | 0.00 | 272.94 | 0.98 | 0.8 |
| Hex | D0 | 98 | FE | 12 | 28 | 0 | 0 | 111 | 62 | 50 |
| Octal | 320 | 230 | 376 | 22 | 50 | 0 | 0 | 421 | 142 | 120 |
| Binary | 11010000 | 10011000 | 11111110 | 10010 | 101000 | 0 | 0 | 100010001 | 1100010 | 1010000 |
Color Harmonies of #D098FE
Complementary color
Monochromatic Colors of #D098FE
Black with #D098FE
Text Example
Text Example
White with #D098FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098FE; }
p { color: rgb(208,152,254); }
H1.HeaderClassName
{
color: #D098FE;
}
.AnyTagClassName
{
color: #D098FE;
}
</style>
background-color css
<style>
a { background-color: #D098FE; }
a { background-color: rgb(208,152,254); }
div.DivClassName
{
background-color: #D098FE;
}
.BgClassName
{
background-color: #D098FE;
}
</style>
border-color css
<style>
span { border-color: #D098FE; }
span { border-color: rgb(208,152,254); }
td.TdClassName
{
border-color: #D098FE;
}
.TagClassName
{
border-color: #D098FE;
}
</style>