Shades of Mauve #DD99FB
Tints of Mauve #DD99FB
RGB
CMYK
RGB Variations
Color information
#DD99FB (or 0xDD99FB) is known color: Mauve. HEX triplet: DD, 99 and FB. RGB value is (221,153,251). Sum of RGB (Red+Green+Blue) = 221+153+251=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99FB is #226604. Grayscale: #B8B8B8. Windows color (decimal): -2254341 or 16488925. OLE color: 16488925.
HSL color Cylindrical-coordinate representation of color #DD99FB: hue angle of 281.63º degrees, saturation: 0.92, 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 #DD99FB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 153 | 251 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 281.63º | 0.92% | 0.79% | - |
| HSV(B) | 281.63º | 0.39% | 0.98% | - |
| XYZ | 58.62 | 45.12 | 96.89 | - |
| YUV | 184.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 251 | 0.12 | 0.39 | 0 | 0.02 | 281.63 | 0.92 | 0.79 |
| Hex | DD | 99 | FB | C | 27 | 0 | 2 | 11A | 5C | 4F |
| Octal | 335 | 231 | 373 | 14 | 47 | 0 | 2 | 432 | 134 | 117 |
| Binary | 11011101 | 10011001 | 11111011 | 1100 | 100111 | 0 | 10 | 100011010 | 1011100 | 1001111 |
Color Harmonies of #DD99FB
Complementary color
Monochromatic Colors of #DD99FB
Black with #DD99FB
Text Example
Text Example
White with #DD99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99FB; }
p { color: rgb(221,153,251); }
H1.HeaderClassName
{
color: #DD99FB;
}
.AnyTagClassName
{
color: #DD99FB;
}
</style>
background-color css
<style>
a { background-color: #DD99FB; }
a { background-color: rgb(221,153,251); }
div.DivClassName
{
background-color: #DD99FB;
}
.BgClassName
{
background-color: #DD99FB;
}
</style>
border-color css
<style>
span { border-color: #DD99FB; }
span { border-color: rgb(221,153,251); }
td.TdClassName
{
border-color: #DD99FB;
}
.TagClassName
{
border-color: #DD99FB;
}
</style>