Shades of Mauve #D097FA
Tints of Mauve #D097FA
RGB
CMYK
RGB Variations
Color information
#D097FA (or 0xD097FA) is known color: Mauve. HEX triplet: D0, 97 and FA. RGB value is (208,151,250). Sum of RGB (Red+Green+Blue) = 208+151+250=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #D097FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097FA is #2F6805. Grayscale: #B2B2B2. Windows color (decimal): -3106822 or 16422864. OLE color: 16422864.
HSL color Cylindrical-coordinate representation of color #D097FA: hue angle of 274.55º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D097FA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 151 | 250 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.02 |
| HSL | 274.55º | 0.91% | 0.79% | - |
| HSV(B) | 274.55º | 0.4% | 0.98% | - |
| XYZ | 54.33 | 42.45 | 95.77 | - |
| YUV | 179.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 250 | 0.17 | 0.40 | 0 | 0.02 | 274.55 | 0.91 | 0.79 |
| Hex | D0 | 97 | FA | 11 | 28 | 0 | 2 | 113 | 5B | 4F |
| Octal | 320 | 227 | 372 | 21 | 50 | 0 | 2 | 423 | 133 | 117 |
| Binary | 11010000 | 10010111 | 11111010 | 10001 | 101000 | 0 | 10 | 100010011 | 1011011 | 1001111 |
Color Harmonies of #D097FA
Complementary color
Monochromatic Colors of #D097FA
Black with #D097FA
Text Example
Text Example
White with #D097FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097FA; }
p { color: rgb(208,151,250); }
H1.HeaderClassName
{
color: #D097FA;
}
.AnyTagClassName
{
color: #D097FA;
}
</style>
background-color css
<style>
a { background-color: #D097FA; }
a { background-color: rgb(208,151,250); }
div.DivClassName
{
background-color: #D097FA;
}
.BgClassName
{
background-color: #D097FA;
}
</style>
border-color css
<style>
span { border-color: #D097FA; }
span { border-color: rgb(208,151,250); }
td.TdClassName
{
border-color: #D097FA;
}
.TagClassName
{
border-color: #D097FA;
}
</style>