Shades of Mauve #D099FD
Tints of Mauve #D099FD
RGB
CMYK
RGB Variations
Color information
#D099FD (or 0xD099FD) is known color: Mauve. HEX triplet: D0, 99 and FD. RGB value is (208,153,253). Sum of RGB (Red+Green+Blue) = 208+153+253=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #D099FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099FD is #2F6602. Grayscale: #B4B4B4. Windows color (decimal): -3106307 or 16619984. OLE color: 16619984.
HSL color Cylindrical-coordinate representation of color #D099FD: hue angle of 273º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D099FD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 153 | 253 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.01 |
| HSL | 273º | 0.96% | 0.8% | - |
| HSV(B) | 273º | 0.4% | 0.99% | - |
| XYZ | 55.13 | 43.28 | 98.38 | - |
| YUV | 180.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 253 | 0.18 | 0.40 | 0 | 0.01 | 273 | 0.96 | 0.8 |
| Hex | D0 | 99 | FD | 12 | 28 | 0 | 1 | 111 | 60 | 50 |
| Octal | 320 | 231 | 375 | 22 | 50 | 0 | 1 | 421 | 140 | 120 |
| Binary | 11010000 | 10011001 | 11111101 | 10010 | 101000 | 0 | 1 | 100010001 | 1100000 | 1010000 |
Color Harmonies of #D099FD
Complementary color
Monochromatic Colors of #D099FD
Black with #D099FD
Text Example
Text Example
White with #D099FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099FD; }
p { color: rgb(208,153,253); }
H1.HeaderClassName
{
color: #D099FD;
}
.AnyTagClassName
{
color: #D099FD;
}
</style>
background-color css
<style>
a { background-color: #D099FD; }
a { background-color: rgb(208,153,253); }
div.DivClassName
{
background-color: #D099FD;
}
.BgClassName
{
background-color: #D099FD;
}
</style>
border-color css
<style>
span { border-color: #D099FD; }
span { border-color: rgb(208,153,253); }
td.TdClassName
{
border-color: #D099FD;
}
.TagClassName
{
border-color: #D099FD;
}
</style>