Shades of Mauve #D095F9
Tints of Mauve #D095F9
RGB
CMYK
RGB Variations
Color information
#D095F9 (or 0xD095F9) is known color: Mauve. HEX triplet: D0, 95 and F9. RGB value is (208,149,249). Sum of RGB (Red+Green+Blue) = 208+149+249=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #D095F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095F9 is #2F6A06. Grayscale: #B1B1B1. Windows color (decimal): -3107335 or 16356816. OLE color: 16356816.
HSL color Cylindrical-coordinate representation of color #D095F9: hue angle of 275.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D095F9 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 149 | 249 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.02 |
| HSL | 275.4º | 0.89% | 0.78% | - |
| HSV(B) | 275.4º | 0.4% | 0.98% | - |
| XYZ | 53.86 | 41.74 | 94.84 | - |
| YUV | 178.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 249 | 0.16 | 0.40 | 0 | 0.02 | 275.4 | 0.89 | 0.78 |
| Hex | D0 | 95 | F9 | 10 | 28 | 0 | 2 | 113 | 59 | 4E |
| Octal | 320 | 225 | 371 | 20 | 50 | 0 | 2 | 423 | 131 | 116 |
| Binary | 11010000 | 10010101 | 11111001 | 10000 | 101000 | 0 | 10 | 100010011 | 1011001 | 1001110 |
Color Harmonies of #D095F9
Complementary color
Monochromatic Colors of #D095F9
Black with #D095F9
Text Example
Text Example
White with #D095F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D095F9; }
p { color: rgb(208,149,249); }
H1.HeaderClassName
{
color: #D095F9;
}
.AnyTagClassName
{
color: #D095F9;
}
</style>
background-color css
<style>
a { background-color: #D095F9; }
a { background-color: rgb(208,149,249); }
div.DivClassName
{
background-color: #D095F9;
}
.BgClassName
{
background-color: #D095F9;
}
</style>
border-color css
<style>
span { border-color: #D095F9; }
span { border-color: rgb(208,149,249); }
td.TdClassName
{
border-color: #D095F9;
}
.TagClassName
{
border-color: #D095F9;
}
</style>