Shades of Mauve #DD98FA
Tints of Mauve #DD98FA
RGB
CMYK
RGB Variations
Color information
#DD98FA (or 0xDD98FA) is known color: Mauve. HEX triplet: DD, 98 and FA. RGB value is (221,152,250). Sum of RGB (Red+Green+Blue) = 221+152+250=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98FA is #226705. Grayscale: #B7B7B7. Windows color (decimal): -2254598 or 16423133. OLE color: 16423133.
HSL color Cylindrical-coordinate representation of color #DD98FA: hue angle of 282.24º 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 #DD98FA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 152 | 250 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 282.24º | 0.91% | 0.79% | - |
| HSV(B) | 282.24º | 0.39% | 0.98% | - |
| XYZ | 58.3 | 44.73 | 96 | - |
| YUV | 183.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 250 | 0.12 | 0.39 | 0 | 0.02 | 282.24 | 0.91 | 0.79 |
| Hex | DD | 98 | FA | C | 27 | 0 | 2 | 11A | 5B | 4F |
| Octal | 335 | 230 | 372 | 14 | 47 | 0 | 2 | 432 | 133 | 117 |
| Binary | 11011101 | 10011000 | 11111010 | 1100 | 100111 | 0 | 10 | 100011010 | 1011011 | 1001111 |
Color Harmonies of #DD98FA
Complementary color
Monochromatic Colors of #DD98FA
Black with #DD98FA
Text Example
Text Example
White with #DD98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98FA; }
p { color: rgb(221,152,250); }
H1.HeaderClassName
{
color: #DD98FA;
}
.AnyTagClassName
{
color: #DD98FA;
}
</style>
background-color css
<style>
a { background-color: #DD98FA; }
a { background-color: rgb(221,152,250); }
div.DivClassName
{
background-color: #DD98FA;
}
.BgClassName
{
background-color: #DD98FA;
}
</style>
border-color css
<style>
span { border-color: #DD98FA; }
span { border-color: rgb(221,152,250); }
td.TdClassName
{
border-color: #DD98FA;
}
.TagClassName
{
border-color: #DD98FA;
}
</style>