Shades of Mauve #D098F9
Tints of Mauve #D098F9
RGB
CMYK
RGB Variations
Color information
#D098F9 (or 0xD098F9) is known color: Mauve. HEX triplet: D0, 98 and F9. RGB value is (208,152,249). Sum of RGB (Red+Green+Blue) = 208+152+249=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D098F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098F9 is #2F6706. Grayscale: #B3B3B3. Windows color (decimal): -3106567 or 16357584. OLE color: 16357584.
HSL color Cylindrical-coordinate representation of color #D098F9: hue angle of 274.64º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D098F9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 152 | 249 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.02 |
| HSL | 274.64º | 0.89% | 0.79% | - |
| HSV(B) | 274.64º | 0.39% | 0.98% | - |
| XYZ | 54.34 | 42.71 | 95 | - |
| YUV | 179.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 249 | 0.16 | 0.39 | 0 | 0.02 | 274.64 | 0.89 | 0.79 |
| Hex | D0 | 98 | F9 | 10 | 27 | 0 | 2 | 113 | 59 | 4F |
| Octal | 320 | 230 | 371 | 20 | 47 | 0 | 2 | 423 | 131 | 117 |
| Binary | 11010000 | 10011000 | 11111001 | 10000 | 100111 | 0 | 10 | 100010011 | 1011001 | 1001111 |
Color Harmonies of #D098F9
Complementary color
Monochromatic Colors of #D098F9
Black with #D098F9
Text Example
Text Example
White with #D098F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098F9; }
p { color: rgb(208,152,249); }
H1.HeaderClassName
{
color: #D098F9;
}
.AnyTagClassName
{
color: #D098F9;
}
</style>
background-color css
<style>
a { background-color: #D098F9; }
a { background-color: rgb(208,152,249); }
div.DivClassName
{
background-color: #D098F9;
}
.BgClassName
{
background-color: #D098F9;
}
</style>
border-color css
<style>
span { border-color: #D098F9; }
span { border-color: rgb(208,152,249); }
td.TdClassName
{
border-color: #D098F9;
}
.TagClassName
{
border-color: #D098F9;
}
</style>