Shades of Mauve #DD99FF
Tints of Mauve #DD99FF
RGB
CMYK
RGB Variations
Color information
#DD99FF (or 0xDD99FF) is known color: Mauve. HEX triplet: DD, 99 and FF. RGB value is (221,153,255). Sum of RGB (Red+Green+Blue) = 221+153+255=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99FF is #226600. Grayscale: #B8B8B8. Windows color (decimal): -2254337 or 16751069. OLE color: 16751069.
HSL color Cylindrical-coordinate representation of color #DD99FF: hue angle of 280º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD99FF is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 153 | 255 | - |
| CMYK | 0.13 | 0.4 | 0 | 0 |
| HSL | 280º | 1% | 0.8% | - |
| HSV(B) | 280º | 0.4% | 1% | - |
| XYZ | 59.26 | 45.37 | 100.24 | - |
| YUV | 184.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 255 | 0.13 | 0.4 | 0 | 0 | 280 | 1 | 0.8 |
| Hex | DD | 99 | FF | D | 28 | 0 | 0 | 118 | 64 | 50 |
| Octal | 335 | 231 | 377 | 15 | 50 | 0 | 0 | 430 | 144 | 120 |
| Binary | 11011101 | 10011001 | 11111111 | 1101 | 101000 | 0 | 0 | 100011000 | 1100100 | 1010000 |
Color Harmonies of #DD99FF
Complementary color
Monochromatic Colors of #DD99FF
Black with #DD99FF
Text Example
Text Example
White with #DD99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99FF; }
p { color: rgb(221,153,255); }
H1.HeaderClassName
{
color: #DD99FF;
}
.AnyTagClassName
{
color: #DD99FF;
}
</style>
background-color css
<style>
a { background-color: #DD99FF; }
a { background-color: rgb(221,153,255); }
div.DivClassName
{
background-color: #DD99FF;
}
.BgClassName
{
background-color: #DD99FF;
}
</style>
border-color css
<style>
span { border-color: #DD99FF; }
span { border-color: rgb(221,153,255); }
td.TdClassName
{
border-color: #DD99FF;
}
.TagClassName
{
border-color: #DD99FF;
}
</style>