Shades of Mauve #DD96FA
Tints of Mauve #DD96FA
RGB
CMYK
RGB Variations
Color information
#DD96FA (or 0xDD96FA) is known color: Mauve. HEX triplet: DD, 96 and FA. RGB value is (221,150,250). Sum of RGB (Red+Green+Blue) = 221+150+250=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD96FA is #226905. Grayscale: #B6B6B6. Windows color (decimal): -2255110 or 16422621. OLE color: 16422621.
HSL color Cylindrical-coordinate representation of color #DD96FA: hue angle of 282.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD96FA is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 150 | 250 | - |
| CMYK | 0.12 | 0.4 | 0 | 0.02 |
| HSL | 282.6º | 0.91% | 0.78% | - |
| HSV(B) | 282.6º | 0.4% | 0.98% | - |
| XYZ | 57.98 | 44.09 | 95.9 | - |
| YUV | 182.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 250 | 0.12 | 0.4 | 0 | 0.02 | 282.6 | 0.91 | 0.78 |
| Hex | DD | 96 | FA | C | 28 | 0 | 2 | 11B | 5B | 4E |
| Octal | 335 | 226 | 372 | 14 | 50 | 0 | 2 | 433 | 133 | 116 |
| Binary | 11011101 | 10010110 | 11111010 | 1100 | 101000 | 0 | 10 | 100011011 | 1011011 | 1001110 |
Color Harmonies of #DD96FA
Complementary color
Monochromatic Colors of #DD96FA
Black with #DD96FA
Text Example
Text Example
White with #DD96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96FA; }
p { color: rgb(221,150,250); }
H1.HeaderClassName
{
color: #DD96FA;
}
.AnyTagClassName
{
color: #DD96FA;
}
</style>
background-color css
<style>
a { background-color: #DD96FA; }
a { background-color: rgb(221,150,250); }
div.DivClassName
{
background-color: #DD96FA;
}
.BgClassName
{
background-color: #DD96FA;
}
</style>
border-color css
<style>
span { border-color: #DD96FA; }
span { border-color: rgb(221,150,250); }
td.TdClassName
{
border-color: #DD96FA;
}
.TagClassName
{
border-color: #DD96FA;
}
</style>