Shades of Mauve #D095FF
Tints of Mauve #D095FF
RGB
CMYK
RGB Variations
Color information
#D095FF (or 0xD095FF) is known color: Mauve. HEX triplet: D0, 95 and FF. RGB value is (208,149,255). Sum of RGB (Red+Green+Blue) = 208+149+255=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D095FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095FF is #2F6A00. Grayscale: #B2B2B2. Windows color (decimal): -3107329 or 16750032. OLE color: 16750032.
HSL color Cylindrical-coordinate representation of color #D095FF: hue angle of 273.4º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D095FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 149 | 255 | - |
| CMYK | 0.18 | 0.42 | 0 | 0 |
| HSL | 273.4º | 1% | 0.79% | - |
| HSV(B) | 273.4º | 0.42% | 1% | - |
| XYZ | 54.81 | 42.12 | 99.85 | - |
| YUV | 178.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 255 | 0.18 | 0.42 | 0 | 0 | 273.4 | 1 | 0.79 |
| Hex | D0 | 95 | FF | 12 | 2A | 0 | 0 | 111 | 64 | 4F |
| Octal | 320 | 225 | 377 | 22 | 52 | 0 | 0 | 421 | 144 | 117 |
| Binary | 11010000 | 10010101 | 11111111 | 10010 | 101010 | 0 | 0 | 100010001 | 1100100 | 1001111 |
Color Harmonies of #D095FF
Complementary color
Monochromatic Colors of #D095FF
Black with #D095FF
Text Example
Text Example
White with #D095FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D095FF; }
p { color: rgb(208,149,255); }
H1.HeaderClassName
{
color: #D095FF;
}
.AnyTagClassName
{
color: #D095FF;
}
</style>
background-color css
<style>
a { background-color: #D095FF; }
a { background-color: rgb(208,149,255); }
div.DivClassName
{
background-color: #D095FF;
}
.BgClassName
{
background-color: #D095FF;
}
</style>
border-color css
<style>
span { border-color: #D095FF; }
span { border-color: rgb(208,149,255); }
td.TdClassName
{
border-color: #D095FF;
}
.TagClassName
{
border-color: #D095FF;
}
</style>