Shades of Mauve #DD92FE
Tints of Mauve #DD92FE
RGB
CMYK
RGB Variations
Color information
#DD92FE (or 0xDD92FE) is known color: Mauve. HEX triplet: DD, 92 and FE. RGB value is (221,146,254). Sum of RGB (Red+Green+Blue) = 221+146+254=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92FE is #226D01. Grayscale: #B4B4B4. Windows color (decimal): -2256130 or 16683741. OLE color: 16683741.
HSL color Cylindrical-coordinate representation of color #DD92FE: hue angle of 281.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD92FE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 146 | 254 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.00 |
| HSL | 281.67º | 0.98% | 0.78% | - |
| HSV(B) | 281.67º | 0.43% | 1% | - |
| XYZ | 57.99 | 43.09 | 99.03 | - |
| YUV | 180.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 254 | 0.13 | 0.43 | 0 | 0.00 | 281.67 | 0.98 | 0.78 |
| Hex | DD | 92 | FE | D | 2B | 0 | 0 | 11A | 62 | 4E |
| Octal | 335 | 222 | 376 | 15 | 53 | 0 | 0 | 432 | 142 | 116 |
| Binary | 11011101 | 10010010 | 11111110 | 1101 | 101011 | 0 | 0 | 100011010 | 1100010 | 1001110 |
Color Harmonies of #DD92FE
Complementary color
Monochromatic Colors of #DD92FE
Black with #DD92FE
Text Example
Text Example
White with #DD92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92FE; }
p { color: rgb(221,146,254); }
H1.HeaderClassName
{
color: #DD92FE;
}
.AnyTagClassName
{
color: #DD92FE;
}
</style>
background-color css
<style>
a { background-color: #DD92FE; }
a { background-color: rgb(221,146,254); }
div.DivClassName
{
background-color: #DD92FE;
}
.BgClassName
{
background-color: #DD92FE;
}
</style>
border-color css
<style>
span { border-color: #DD92FE; }
span { border-color: rgb(221,146,254); }
td.TdClassName
{
border-color: #DD92FE;
}
.TagClassName
{
border-color: #DD92FE;
}
</style>