Shades of Mauve #DA99FE
Tints of Mauve #DA99FE
RGB
CMYK
RGB Variations
Color information
#DA99FE (or 0xDA99FE) is known color: Mauve. HEX triplet: DA, 99 and FE. RGB value is (218,153,254). Sum of RGB (Red+Green+Blue) = 218+153+254=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99FE is #256601. Grayscale: #B7B7B7. Windows color (decimal): -2450946 or 16685530. OLE color: 16685530.
HSL color Cylindrical-coordinate representation of color #DA99FE: hue angle of 278.61º 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 #DA99FE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 153 | 254 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.00 |
| HSL | 278.61º | 0.98% | 0.8% | - |
| HSV(B) | 278.61º | 0.4% | 1% | - |
| XYZ | 58.19 | 44.84 | 99.35 | - |
| YUV | 183.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 254 | 0.14 | 0.40 | 0 | 0.00 | 278.61 | 0.98 | 0.8 |
| Hex | DA | 99 | FE | E | 28 | 0 | 0 | 117 | 62 | 50 |
| Octal | 332 | 231 | 376 | 16 | 50 | 0 | 0 | 427 | 142 | 120 |
| Binary | 11011010 | 10011001 | 11111110 | 1110 | 101000 | 0 | 0 | 100010111 | 1100010 | 1010000 |
Color Harmonies of #DA99FE
Complementary color
Monochromatic Colors of #DA99FE
Black with #DA99FE
Text Example
Text Example
White with #DA99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99FE; }
p { color: rgb(218,153,254); }
H1.HeaderClassName
{
color: #DA99FE;
}
.AnyTagClassName
{
color: #DA99FE;
}
</style>
background-color css
<style>
a { background-color: #DA99FE; }
a { background-color: rgb(218,153,254); }
div.DivClassName
{
background-color: #DA99FE;
}
.BgClassName
{
background-color: #DA99FE;
}
</style>
border-color css
<style>
span { border-color: #DA99FE; }
span { border-color: rgb(218,153,254); }
td.TdClassName
{
border-color: #DA99FE;
}
.TagClassName
{
border-color: #DA99FE;
}
</style>