Shades of Mauve #D599FB
Tints of Mauve #D599FB
RGB
CMYK
RGB Variations
Color information
#D599FB (or 0xD599FB) is known color: Mauve. HEX triplet: D5, 99 and FB. RGB value is (213,153,251). Sum of RGB (Red+Green+Blue) = 213+153+251=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D599FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D599FB is #2A6604. Grayscale: #B5B5B5. Windows color (decimal): -2778629 or 16488917. OLE color: 16488917.
HSL color Cylindrical-coordinate representation of color #D599FB: hue angle of 276.73º degrees, saturation: 0.92, 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 #D599FB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 153 | 251 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.02 |
| HSL | 276.73º | 0.92% | 0.79% | - |
| HSV(B) | 276.73º | 0.39% | 0.98% | - |
| XYZ | 56.24 | 43.89 | 96.77 | - |
| YUV | 182.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 251 | 0.15 | 0.39 | 0 | 0.02 | 276.73 | 0.92 | 0.79 |
| Hex | D5 | 99 | FB | F | 27 | 0 | 2 | 115 | 5C | 4F |
| Octal | 325 | 231 | 373 | 17 | 47 | 0 | 2 | 425 | 134 | 117 |
| Binary | 11010101 | 10011001 | 11111011 | 1111 | 100111 | 0 | 10 | 100010101 | 1011100 | 1001111 |
Color Harmonies of #D599FB
Complementary color
Monochromatic Colors of #D599FB
Black with #D599FB
Text Example
Text Example
White with #D599FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599FB; }
p { color: rgb(213,153,251); }
H1.HeaderClassName
{
color: #D599FB;
}
.AnyTagClassName
{
color: #D599FB;
}
</style>
background-color css
<style>
a { background-color: #D599FB; }
a { background-color: rgb(213,153,251); }
div.DivClassName
{
background-color: #D599FB;
}
.BgClassName
{
background-color: #D599FB;
}
</style>
border-color css
<style>
span { border-color: #D599FB; }
span { border-color: rgb(213,153,251); }
td.TdClassName
{
border-color: #D599FB;
}
.TagClassName
{
border-color: #D599FB;
}
</style>