Shades of Mauve #D099FE
Tints of Mauve #D099FE
RGB
CMYK
RGB Variations
Color information
#D099FE (or 0xD099FE) is known color: Mauve. HEX triplet: D0, 99 and FE. RGB value is (208,153,254). Sum of RGB (Red+Green+Blue) = 208+153+254=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D099FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099FE is #2F6601. Grayscale: #B4B4B4. Windows color (decimal): -3106306 or 16685520. OLE color: 16685520.
HSL color Cylindrical-coordinate representation of color #D099FE: hue angle of 272.67º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D099FE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 153 | 254 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.00 |
| HSL | 272.67º | 0.98% | 0.8% | - |
| HSV(B) | 272.67º | 0.4% | 1% | - |
| XYZ | 55.29 | 43.35 | 99.22 | - |
| YUV | 180.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 254 | 0.18 | 0.40 | 0 | 0.00 | 272.67 | 0.98 | 0.8 |
| Hex | D0 | 99 | FE | 12 | 28 | 0 | 0 | 111 | 62 | 50 |
| Octal | 320 | 231 | 376 | 22 | 50 | 0 | 0 | 421 | 142 | 120 |
| Binary | 11010000 | 10011001 | 11111110 | 10010 | 101000 | 0 | 0 | 100010001 | 1100010 | 1010000 |
Color Harmonies of #D099FE
Complementary color
Monochromatic Colors of #D099FE
Black with #D099FE
Text Example
Text Example
White with #D099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099FE; }
p { color: rgb(208,153,254); }
H1.HeaderClassName
{
color: #D099FE;
}
.AnyTagClassName
{
color: #D099FE;
}
</style>
background-color css
<style>
a { background-color: #D099FE; }
a { background-color: rgb(208,153,254); }
div.DivClassName
{
background-color: #D099FE;
}
.BgClassName
{
background-color: #D099FE;
}
</style>
border-color css
<style>
span { border-color: #D099FE; }
span { border-color: rgb(208,153,254); }
td.TdClassName
{
border-color: #D099FE;
}
.TagClassName
{
border-color: #D099FE;
}
</style>