Shades of Mauve #D099F8
Tints of Mauve #D099F8
RGB
CMYK
RGB Variations
Color information
#D099F8 (or 0xD099F8) is known color: Mauve. HEX triplet: D0, 99 and F8. RGB value is (208,153,248). Sum of RGB (Red+Green+Blue) = 208+153+248=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #D099F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099F8 is #2F6607. Grayscale: #B3B3B3. Windows color (decimal): -3106312 or 16292304. OLE color: 16292304.
HSL color Cylindrical-coordinate representation of color #D099F8: hue angle of 274.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D099F8 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 153 | 248 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.03 |
| HSL | 274.74º | 0.87% | 0.79% | - |
| HSV(B) | 274.74º | 0.38% | 0.97% | - |
| XYZ | 54.35 | 42.97 | 94.24 | - |
| YUV | 180.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 248 | 0.16 | 0.38 | 0 | 0.03 | 274.74 | 0.87 | 0.79 |
| Hex | D0 | 99 | F8 | 10 | 26 | 0 | 3 | 113 | 57 | 4F |
| Octal | 320 | 231 | 370 | 20 | 46 | 0 | 3 | 423 | 127 | 117 |
| Binary | 11010000 | 10011001 | 11111000 | 10000 | 100110 | 0 | 11 | 100010011 | 1010111 | 1001111 |
Color Harmonies of #D099F8
Complementary color
Monochromatic Colors of #D099F8
Black with #D099F8
Text Example
Text Example
White with #D099F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099F8; }
p { color: rgb(208,153,248); }
H1.HeaderClassName
{
color: #D099F8;
}
.AnyTagClassName
{
color: #D099F8;
}
</style>
background-color css
<style>
a { background-color: #D099F8; }
a { background-color: rgb(208,153,248); }
div.DivClassName
{
background-color: #D099F8;
}
.BgClassName
{
background-color: #D099F8;
}
</style>
border-color css
<style>
span { border-color: #D099F8; }
span { border-color: rgb(208,153,248); }
td.TdClassName
{
border-color: #D099F8;
}
.TagClassName
{
border-color: #D099F8;
}
</style>