Shades of Mauve #DD94FF
Tints of Mauve #DD94FF
RGB
CMYK
RGB Variations
Color information
#DD94FF (or 0xDD94FF) is known color: Mauve. HEX triplet: DD, 94 and FF. RGB value is (221,148,255). Sum of RGB (Red+Green+Blue) = 221+148+255=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94FF is #226B00. Grayscale: #B5B5B5. Windows color (decimal): -2255617 or 16749789. OLE color: 16749789.
HSL color Cylindrical-coordinate representation of color #DD94FF: hue angle of 280.93º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD94FF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 148 | 255 | - |
| CMYK | 0.13 | 0.42 | 0 | 0 |
| HSL | 280.93º | 1% | 0.79% | - |
| HSV(B) | 280.93º | 0.42% | 1% | - |
| XYZ | 58.46 | 43.77 | 99.98 | - |
| YUV | 182.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 255 | 0.13 | 0.42 | 0 | 0 | 280.93 | 1 | 0.79 |
| Hex | DD | 94 | FF | D | 2A | 0 | 0 | 119 | 64 | 4F |
| Octal | 335 | 224 | 377 | 15 | 52 | 0 | 0 | 431 | 144 | 117 |
| Binary | 11011101 | 10010100 | 11111111 | 1101 | 101010 | 0 | 0 | 100011001 | 1100100 | 1001111 |
Color Harmonies of #DD94FF
Complementary color
Monochromatic Colors of #DD94FF
Black with #DD94FF
Text Example
Text Example
White with #DD94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94FF; }
p { color: rgb(221,148,255); }
H1.HeaderClassName
{
color: #DD94FF;
}
.AnyTagClassName
{
color: #DD94FF;
}
</style>
background-color css
<style>
a { background-color: #DD94FF; }
a { background-color: rgb(221,148,255); }
div.DivClassName
{
background-color: #DD94FF;
}
.BgClassName
{
background-color: #DD94FF;
}
</style>
border-color css
<style>
span { border-color: #DD94FF; }
span { border-color: rgb(221,148,255); }
td.TdClassName
{
border-color: #DD94FF;
}
.TagClassName
{
border-color: #DD94FF;
}
</style>