Shades of Mauve #D099FB
Tints of Mauve #D099FB
RGB
CMYK
RGB Variations
Color information
#D099FB (or 0xD099FB) is known color: Mauve. HEX triplet: D0, 99 and FB. RGB value is (208,153,251). Sum of RGB (Red+Green+Blue) = 208+153+251=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #D099FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099FB is #2F6604. Grayscale: #B4B4B4. Windows color (decimal): -3106309 or 16488912. OLE color: 16488912.
HSL color Cylindrical-coordinate representation of color #D099FB: hue angle of 273.67º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D099FB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 153 | 251 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.02 |
| HSL | 273.67º | 0.92% | 0.79% | - |
| HSV(B) | 273.67º | 0.39% | 0.98% | - |
| XYZ | 54.82 | 43.16 | 96.71 | - |
| YUV | 180.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 251 | 0.17 | 0.39 | 0 | 0.02 | 273.67 | 0.92 | 0.79 |
| Hex | D0 | 99 | FB | 11 | 27 | 0 | 2 | 112 | 5C | 4F |
| Octal | 320 | 231 | 373 | 21 | 47 | 0 | 2 | 422 | 134 | 117 |
| Binary | 11010000 | 10011001 | 11111011 | 10001 | 100111 | 0 | 10 | 100010010 | 1011100 | 1001111 |
Color Harmonies of #D099FB
Complementary color
Monochromatic Colors of #D099FB
Black with #D099FB
Text Example
Text Example
White with #D099FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099FB; }
p { color: rgb(208,153,251); }
H1.HeaderClassName
{
color: #D099FB;
}
.AnyTagClassName
{
color: #D099FB;
}
</style>
background-color css
<style>
a { background-color: #D099FB; }
a { background-color: rgb(208,153,251); }
div.DivClassName
{
background-color: #D099FB;
}
.BgClassName
{
background-color: #D099FB;
}
</style>
border-color css
<style>
span { border-color: #D099FB; }
span { border-color: rgb(208,153,251); }
td.TdClassName
{
border-color: #D099FB;
}
.TagClassName
{
border-color: #D099FB;
}
</style>