Shades of Mauve #DF92FE
Tints of Mauve #DF92FE
RGB
CMYK
RGB Variations
Color information
#DF92FE (or 0xDF92FE) is known color: Mauve. HEX triplet: DF, 92 and FE. RGB value is (223,146,254). Sum of RGB (Red+Green+Blue) = 223+146+254=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92FE is #206D01. Grayscale: #B4B4B4. Windows color (decimal): -2125058 or 16683743. OLE color: 16683743.
HSL color Cylindrical-coordinate representation of color #DF92FE: hue angle of 282.78º 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 #DF92FE is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 146 | 254 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.00 |
| HSL | 282.78º | 0.98% | 0.78% | - |
| HSV(B) | 282.78º | 0.43% | 1% | - |
| XYZ | 58.6 | 43.4 | 99.05 | - |
| YUV | 181.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 254 | 0.12 | 0.43 | 0 | 0.00 | 282.78 | 0.98 | 0.78 |
| Hex | DF | 92 | FE | C | 2B | 0 | 0 | 11B | 62 | 4E |
| Octal | 337 | 222 | 376 | 14 | 53 | 0 | 0 | 433 | 142 | 116 |
| Binary | 11011111 | 10010010 | 11111110 | 1100 | 101011 | 0 | 0 | 100011011 | 1100010 | 1001110 |
Color Harmonies of #DF92FE
Complementary color
Monochromatic Colors of #DF92FE
Black with #DF92FE
Text Example
Text Example
White with #DF92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92FE; }
p { color: rgb(223,146,254); }
H1.HeaderClassName
{
color: #DF92FE;
}
.AnyTagClassName
{
color: #DF92FE;
}
</style>
background-color css
<style>
a { background-color: #DF92FE; }
a { background-color: rgb(223,146,254); }
div.DivClassName
{
background-color: #DF92FE;
}
.BgClassName
{
background-color: #DF92FE;
}
</style>
border-color css
<style>
span { border-color: #DF92FE; }
span { border-color: rgb(223,146,254); }
td.TdClassName
{
border-color: #DF92FE;
}
.TagClassName
{
border-color: #DF92FE;
}
</style>