Shades of Mauve #DD99FA
Tints of Mauve #DD99FA
RGB
CMYK
RGB Variations
Color information
#DD99FA (or 0xDD99FA) is known color: Mauve. HEX triplet: DD, 99 and FA. RGB value is (221,153,250). Sum of RGB (Red+Green+Blue) = 221+153+250=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99FA is #226605. Grayscale: #B8B8B8. Windows color (decimal): -2254342 or 16423389. OLE color: 16423389.
HSL color Cylindrical-coordinate representation of color #DD99FA: hue angle of 282.06º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD99FA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 153 | 250 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 282.06º | 0.91% | 0.79% | - |
| HSV(B) | 282.06º | 0.39% | 0.98% | - |
| XYZ | 58.47 | 45.06 | 96.06 | - |
| YUV | 184.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 250 | 0.12 | 0.39 | 0 | 0.02 | 282.06 | 0.91 | 0.79 |
| Hex | DD | 99 | FA | C | 27 | 0 | 2 | 11A | 5B | 4F |
| Octal | 335 | 231 | 372 | 14 | 47 | 0 | 2 | 432 | 133 | 117 |
| Binary | 11011101 | 10011001 | 11111010 | 1100 | 100111 | 0 | 10 | 100011010 | 1011011 | 1001111 |
Color Harmonies of #DD99FA
Complementary color
Monochromatic Colors of #DD99FA
Black with #DD99FA
Text Example
Text Example
White with #DD99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99FA; }
p { color: rgb(221,153,250); }
H1.HeaderClassName
{
color: #DD99FA;
}
.AnyTagClassName
{
color: #DD99FA;
}
</style>
background-color css
<style>
a { background-color: #DD99FA; }
a { background-color: rgb(221,153,250); }
div.DivClassName
{
background-color: #DD99FA;
}
.BgClassName
{
background-color: #DD99FA;
}
</style>
border-color css
<style>
span { border-color: #DD99FA; }
span { border-color: rgb(221,153,250); }
td.TdClassName
{
border-color: #DD99FA;
}
.TagClassName
{
border-color: #DD99FA;
}
</style>