Shades of Mauve #DD98FE
Tints of Mauve #DD98FE
RGB
CMYK
RGB Variations
Color information
#DD98FE (or 0xDD98FE) is known color: Mauve. HEX triplet: DD, 98 and FE. RGB value is (221,152,254). Sum of RGB (Red+Green+Blue) = 221+152+254=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98FE is #226701. Grayscale: #B7B7B7. Windows color (decimal): -2254594 or 16685277. OLE color: 16685277.
HSL color Cylindrical-coordinate representation of color #DD98FE: hue angle of 280.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD98FE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 152 | 254 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.00 |
| HSL | 280.59º | 0.98% | 0.8% | - |
| HSV(B) | 280.59º | 0.4% | 1% | - |
| XYZ | 58.94 | 44.98 | 99.34 | - |
| YUV | 184.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 254 | 0.13 | 0.40 | 0 | 0.00 | 280.59 | 0.98 | 0.8 |
| Hex | DD | 98 | FE | D | 28 | 0 | 0 | 119 | 62 | 50 |
| Octal | 335 | 230 | 376 | 15 | 50 | 0 | 0 | 431 | 142 | 120 |
| Binary | 11011101 | 10011000 | 11111110 | 1101 | 101000 | 0 | 0 | 100011001 | 1100010 | 1010000 |
Color Harmonies of #DD98FE
Complementary color
Monochromatic Colors of #DD98FE
Black with #DD98FE
Text Example
Text Example
White with #DD98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98FE; }
p { color: rgb(221,152,254); }
H1.HeaderClassName
{
color: #DD98FE;
}
.AnyTagClassName
{
color: #DD98FE;
}
</style>
background-color css
<style>
a { background-color: #DD98FE; }
a { background-color: rgb(221,152,254); }
div.DivClassName
{
background-color: #DD98FE;
}
.BgClassName
{
background-color: #DD98FE;
}
</style>
border-color css
<style>
span { border-color: #DD98FE; }
span { border-color: rgb(221,152,254); }
td.TdClassName
{
border-color: #DD98FE;
}
.TagClassName
{
border-color: #DD98FE;
}
</style>