Shades of Mauve #D598FB
Tints of Mauve #D598FB
RGB
CMYK
RGB Variations
Color information
#D598FB (or 0xD598FB) is known color: Mauve. HEX triplet: D5, 98 and FB. RGB value is (213,152,251). Sum of RGB (Red+Green+Blue) = 213+152+251=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #D598FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598FB is #2A6704. Grayscale: #B5B5B5. Windows color (decimal): -2778885 or 16488661. OLE color: 16488661.
HSL color Cylindrical-coordinate representation of color #D598FB: hue angle of 276.97º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D598FB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 152 | 251 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.02 |
| HSL | 276.97º | 0.93% | 0.79% | - |
| HSV(B) | 276.97º | 0.39% | 0.98% | - |
| XYZ | 56.08 | 43.57 | 96.72 | - |
| YUV | 181.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 251 | 0.15 | 0.39 | 0 | 0.02 | 276.97 | 0.93 | 0.79 |
| Hex | D5 | 98 | FB | F | 27 | 0 | 2 | 115 | 5D | 4F |
| Octal | 325 | 230 | 373 | 17 | 47 | 0 | 2 | 425 | 135 | 117 |
| Binary | 11010101 | 10011000 | 11111011 | 1111 | 100111 | 0 | 10 | 100010101 | 1011101 | 1001111 |
Color Harmonies of #D598FB
Complementary color
Monochromatic Colors of #D598FB
Black with #D598FB
Text Example
Text Example
White with #D598FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598FB; }
p { color: rgb(213,152,251); }
H1.HeaderClassName
{
color: #D598FB;
}
.AnyTagClassName
{
color: #D598FB;
}
</style>
background-color css
<style>
a { background-color: #D598FB; }
a { background-color: rgb(213,152,251); }
div.DivClassName
{
background-color: #D598FB;
}
.BgClassName
{
background-color: #D598FB;
}
</style>
border-color css
<style>
span { border-color: #D598FB; }
span { border-color: rgb(213,152,251); }
td.TdClassName
{
border-color: #D598FB;
}
.TagClassName
{
border-color: #D598FB;
}
</style>