Shades of Mauve #D892FF
Tints of Mauve #D892FF
RGB
CMYK
RGB Variations
Color information
#D892FF (or 0xD892FF) is known color: Mauve. HEX triplet: D8, 92 and FF. RGB value is (216,146,255). Sum of RGB (Red+Green+Blue) = 216+146+255=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D892FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D892FF is #276D00. Grayscale: #B2B2B2. Windows color (decimal): -2583809 or 16749272. OLE color: 16749272.
HSL color Cylindrical-coordinate representation of color #D892FF: hue angle of 278.53º 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 #D892FF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 146 | 255 | - |
| CMYK | 0.15 | 0.43 | 0 | 0 |
| HSL | 278.53º | 1% | 0.79% | - |
| HSV(B) | 278.53º | 0.43% | 1% | - |
| XYZ | 56.65 | 42.38 | 99.8 | - |
| YUV | 179.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 255 | 0.15 | 0.43 | 0 | 0 | 278.53 | 1 | 0.79 |
| Hex | D8 | 92 | FF | F | 2B | 0 | 0 | 117 | 64 | 4F |
| Octal | 330 | 222 | 377 | 17 | 53 | 0 | 0 | 427 | 144 | 117 |
| Binary | 11011000 | 10010010 | 11111111 | 1111 | 101011 | 0 | 0 | 100010111 | 1100100 | 1001111 |
Color Harmonies of #D892FF
Complementary color
Monochromatic Colors of #D892FF
Black with #D892FF
Text Example
Text Example
White with #D892FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892FF; }
p { color: rgb(216,146,255); }
H1.HeaderClassName
{
color: #D892FF;
}
.AnyTagClassName
{
color: #D892FF;
}
</style>
background-color css
<style>
a { background-color: #D892FF; }
a { background-color: rgb(216,146,255); }
div.DivClassName
{
background-color: #D892FF;
}
.BgClassName
{
background-color: #D892FF;
}
</style>
border-color css
<style>
span { border-color: #D892FF; }
span { border-color: rgb(216,146,255); }
td.TdClassName
{
border-color: #D892FF;
}
.TagClassName
{
border-color: #D892FF;
}
</style>