Shades of Mauve #D097FB
Tints of Mauve #D097FB
RGB
CMYK
RGB Variations
Color information
#D097FB (or 0xD097FB) is known color: Mauve. HEX triplet: D0, 97 and FB. RGB value is (208,151,251). Sum of RGB (Red+Green+Blue) = 208+151+251=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #D097FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097FB is #2F6804. Grayscale: #B3B3B3. Windows color (decimal): -3106821 or 16488400. OLE color: 16488400.
HSL color Cylindrical-coordinate representation of color #D097FB: hue angle of 274.2º degrees, saturation: 0.93, 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 #D097FB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 151 | 251 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.02 |
| HSL | 274.2º | 0.93% | 0.79% | - |
| HSV(B) | 274.2º | 0.4% | 0.98% | - |
| XYZ | 54.49 | 42.51 | 96.6 | - |
| YUV | 179.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 251 | 0.17 | 0.40 | 0 | 0.02 | 274.2 | 0.93 | 0.79 |
| Hex | D0 | 97 | FB | 11 | 28 | 0 | 2 | 112 | 5D | 4F |
| Octal | 320 | 227 | 373 | 21 | 50 | 0 | 2 | 422 | 135 | 117 |
| Binary | 11010000 | 10010111 | 11111011 | 10001 | 101000 | 0 | 10 | 100010010 | 1011101 | 1001111 |
Color Harmonies of #D097FB
Complementary color
Monochromatic Colors of #D097FB
Black with #D097FB
Text Example
Text Example
White with #D097FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097FB; }
p { color: rgb(208,151,251); }
H1.HeaderClassName
{
color: #D097FB;
}
.AnyTagClassName
{
color: #D097FB;
}
</style>
background-color css
<style>
a { background-color: #D097FB; }
a { background-color: rgb(208,151,251); }
div.DivClassName
{
background-color: #D097FB;
}
.BgClassName
{
background-color: #D097FB;
}
</style>
border-color css
<style>
span { border-color: #D097FB; }
span { border-color: rgb(208,151,251); }
td.TdClassName
{
border-color: #D097FB;
}
.TagClassName
{
border-color: #D097FB;
}
</style>