Shades of Mauve #D492FF
Tints of Mauve #D492FF
RGB
CMYK
RGB Variations
Color information
#D492FF (or 0xD492FF) is known color: Mauve. HEX triplet: D4, 92 and FF. RGB value is (212,146,255). Sum of RGB (Red+Green+Blue) = 212+146+255=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D492FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492FF is #2B6D00. Grayscale: #B1B1B1. Windows color (decimal): -2845953 or 16749268. OLE color: 16749268.
HSL color Cylindrical-coordinate representation of color #D492FF: hue angle of 276.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D492FF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 146 | 255 | - |
| CMYK | 0.17 | 0.43 | 0 | 0 |
| HSL | 276.33º | 1% | 0.79% | - |
| HSV(B) | 276.33º | 0.43% | 1% | - |
| XYZ | 55.48 | 41.77 | 99.75 | - |
| YUV | 178.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 255 | 0.17 | 0.43 | 0 | 0 | 276.33 | 1 | 0.79 |
| Hex | D4 | 92 | FF | 11 | 2B | 0 | 0 | 114 | 64 | 4F |
| Octal | 324 | 222 | 377 | 21 | 53 | 0 | 0 | 424 | 144 | 117 |
| Binary | 11010100 | 10010010 | 11111111 | 10001 | 101011 | 0 | 0 | 100010100 | 1100100 | 1001111 |
Color Harmonies of #D492FF
Complementary color
Monochromatic Colors of #D492FF
Black with #D492FF
Text Example
Text Example
White with #D492FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492FF; }
p { color: rgb(212,146,255); }
H1.HeaderClassName
{
color: #D492FF;
}
.AnyTagClassName
{
color: #D492FF;
}
</style>
background-color css
<style>
a { background-color: #D492FF; }
a { background-color: rgb(212,146,255); }
div.DivClassName
{
background-color: #D492FF;
}
.BgClassName
{
background-color: #D492FF;
}
</style>
border-color css
<style>
span { border-color: #D492FF; }
span { border-color: rgb(212,146,255); }
td.TdClassName
{
border-color: #D492FF;
}
.TagClassName
{
border-color: #D492FF;
}
</style>