Shades of Mauve #D099FC
Tints of Mauve #D099FC
RGB
CMYK
RGB Variations
Color information
#D099FC (or 0xD099FC) is known color: Mauve. HEX triplet: D0, 99 and FC. RGB value is (208,153,252). Sum of RGB (Red+Green+Blue) = 208+153+252=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D099FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099FC is #2F6603. Grayscale: #B4B4B4. Windows color (decimal): -3106308 or 16554448. OLE color: 16554448.
HSL color Cylindrical-coordinate representation of color #D099FC: hue angle of 273.33º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D099FC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 153 | 252 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.01 |
| HSL | 273.33º | 0.94% | 0.79% | - |
| HSV(B) | 273.33º | 0.39% | 0.99% | - |
| XYZ | 54.97 | 43.22 | 97.54 | - |
| YUV | 180.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 252 | 0.17 | 0.39 | 0 | 0.01 | 273.33 | 0.94 | 0.79 |
| Hex | D0 | 99 | FC | 11 | 27 | 0 | 1 | 111 | 5E | 4F |
| Octal | 320 | 231 | 374 | 21 | 47 | 0 | 1 | 421 | 136 | 117 |
| Binary | 11010000 | 10011001 | 11111100 | 10001 | 100111 | 0 | 1 | 100010001 | 1011110 | 1001111 |
Color Harmonies of #D099FC
Complementary color
Monochromatic Colors of #D099FC
Black with #D099FC
Text Example
Text Example
White with #D099FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099FC; }
p { color: rgb(208,153,252); }
H1.HeaderClassName
{
color: #D099FC;
}
.AnyTagClassName
{
color: #D099FC;
}
</style>
background-color css
<style>
a { background-color: #D099FC; }
a { background-color: rgb(208,153,252); }
div.DivClassName
{
background-color: #D099FC;
}
.BgClassName
{
background-color: #D099FC;
}
</style>
border-color css
<style>
span { border-color: #D099FC; }
span { border-color: rgb(208,153,252); }
td.TdClassName
{
border-color: #D099FC;
}
.TagClassName
{
border-color: #D099FC;
}
</style>