Shades of Mauve #D097FF
Tints of Mauve #D097FF
RGB
CMYK
RGB Variations
Color information
#D097FF (or 0xD097FF) is known color: Mauve. HEX triplet: D0, 97 and FF. RGB value is (208,151,255). Sum of RGB (Red+Green+Blue) = 208+151+255=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D097FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097FF is #2F6800. Grayscale: #B3B3B3. Windows color (decimal): -3106817 or 16750544. OLE color: 16750544.
HSL color Cylindrical-coordinate representation of color #D097FF: hue angle of 272.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D097FF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 151 | 255 | - |
| CMYK | 0.18 | 0.41 | 0 | 0 |
| HSL | 272.88º | 1% | 0.8% | - |
| HSV(B) | 272.88º | 0.41% | 1% | - |
| XYZ | 55.13 | 42.76 | 99.96 | - |
| YUV | 179.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 255 | 0.18 | 0.41 | 0 | 0 | 272.88 | 1 | 0.8 |
| Hex | D0 | 97 | FF | 12 | 29 | 0 | 0 | 111 | 64 | 50 |
| Octal | 320 | 227 | 377 | 22 | 51 | 0 | 0 | 421 | 144 | 120 |
| Binary | 11010000 | 10010111 | 11111111 | 10010 | 101001 | 0 | 0 | 100010001 | 1100100 | 1010000 |
Color Harmonies of #D097FF
Complementary color
Monochromatic Colors of #D097FF
Black with #D097FF
Text Example
Text Example
White with #D097FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097FF; }
p { color: rgb(208,151,255); }
H1.HeaderClassName
{
color: #D097FF;
}
.AnyTagClassName
{
color: #D097FF;
}
</style>
background-color css
<style>
a { background-color: #D097FF; }
a { background-color: rgb(208,151,255); }
div.DivClassName
{
background-color: #D097FF;
}
.BgClassName
{
background-color: #D097FF;
}
</style>
border-color css
<style>
span { border-color: #D097FF; }
span { border-color: rgb(208,151,255); }
td.TdClassName
{
border-color: #D097FF;
}
.TagClassName
{
border-color: #D097FF;
}
</style>