Shades of Mauve #D692FF
Tints of Mauve #D692FF
RGB
CMYK
RGB Variations
Color information
#D692FF (or 0xD692FF) is known color: Mauve. HEX triplet: D6, 92 and FF. RGB value is (214,146,255). Sum of RGB (Red+Green+Blue) = 214+146+255=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D692FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692FF is #296D00. Grayscale: #B2B2B2. Windows color (decimal): -2714881 or 16749270. OLE color: 16749270.
HSL color Cylindrical-coordinate representation of color #D692FF: hue angle of 277.43º 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 #D692FF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 146 | 255 | - |
| CMYK | 0.16 | 0.43 | 0 | 0 |
| HSL | 277.43º | 1% | 0.79% | - |
| HSV(B) | 277.43º | 0.43% | 1% | - |
| XYZ | 56.06 | 42.07 | 99.77 | - |
| YUV | 178.76 | 171.03 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 255 | 0.16 | 0.43 | 0 | 0 | 277.43 | 1 | 0.79 |
| Hex | D6 | 92 | FF | 10 | 2B | 0 | 0 | 115 | 64 | 4F |
| Octal | 326 | 222 | 377 | 20 | 53 | 0 | 0 | 425 | 144 | 117 |
| Binary | 11010110 | 10010010 | 11111111 | 10000 | 101011 | 0 | 0 | 100010101 | 1100100 | 1001111 |
Color Harmonies of #D692FF
Complementary color
Monochromatic Colors of #D692FF
Black with #D692FF
Text Example
Text Example
White with #D692FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D692FF; }
p { color: rgb(214,146,255); }
H1.HeaderClassName
{
color: #D692FF;
}
.AnyTagClassName
{
color: #D692FF;
}
</style>
background-color css
<style>
a { background-color: #D692FF; }
a { background-color: rgb(214,146,255); }
div.DivClassName
{
background-color: #D692FF;
}
.BgClassName
{
background-color: #D692FF;
}
</style>
border-color css
<style>
span { border-color: #D692FF; }
span { border-color: rgb(214,146,255); }
td.TdClassName
{
border-color: #D692FF;
}
.TagClassName
{
border-color: #D692FF;
}
</style>