Shades of Mauve #D592FF
Tints of Mauve #D592FF
RGB
CMYK
RGB Variations
Color information
#D592FF (or 0xD592FF) is known color: Mauve. HEX triplet: D5, 92 and FF. RGB value is (213,146,255). Sum of RGB (Red+Green+Blue) = 213+146+255=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D592FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592FF is #2A6D00. Grayscale: #B2B2B2. Windows color (decimal): -2780417 or 16749269. OLE color: 16749269.
HSL color Cylindrical-coordinate representation of color #D592FF: hue angle of 276.88º 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 #D592FF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 146 | 255 | - |
| CMYK | 0.16 | 0.43 | 0 | 0 |
| HSL | 276.88º | 1% | 0.79% | - |
| HSV(B) | 276.88º | 0.43% | 1% | - |
| XYZ | 55.77 | 41.92 | 99.76 | - |
| YUV | 178.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 255 | 0.16 | 0.43 | 0 | 0 | 276.88 | 1 | 0.79 |
| Hex | D5 | 92 | FF | 10 | 2B | 0 | 0 | 115 | 64 | 4F |
| Octal | 325 | 222 | 377 | 20 | 53 | 0 | 0 | 425 | 144 | 117 |
| Binary | 11010101 | 10010010 | 11111111 | 10000 | 101011 | 0 | 0 | 100010101 | 1100100 | 1001111 |
Color Harmonies of #D592FF
Complementary color
Monochromatic Colors of #D592FF
Black with #D592FF
Text Example
Text Example
White with #D592FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592FF; }
p { color: rgb(213,146,255); }
H1.HeaderClassName
{
color: #D592FF;
}
.AnyTagClassName
{
color: #D592FF;
}
</style>
background-color css
<style>
a { background-color: #D592FF; }
a { background-color: rgb(213,146,255); }
div.DivClassName
{
background-color: #D592FF;
}
.BgClassName
{
background-color: #D592FF;
}
</style>
border-color css
<style>
span { border-color: #D592FF; }
span { border-color: rgb(213,146,255); }
td.TdClassName
{
border-color: #D592FF;
}
.TagClassName
{
border-color: #D592FF;
}
</style>