Shades of Mauve #D59BFF
Tints of Mauve #D59BFF
RGB
CMYK
RGB Variations
Color information
#D59BFF (or 0xD59BFF) is known color: Mauve. HEX triplet: D5, 9B and FF. RGB value is (213,155,255). Sum of RGB (Red+Green+Blue) = 213+155+255=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D59BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BFF is #2A6400. Grayscale: #B7B7B7. Windows color (decimal): -2778113 or 16751573. OLE color: 16751573.
HSL color Cylindrical-coordinate representation of color #D59BFF: hue angle of 274.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59BFF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 155 | 255 | - |
| CMYK | 0.16 | 0.39 | 0 | 0 |
| HSL | 274.8º | 1% | 0.8% | - |
| HSV(B) | 274.8º | 0.39% | 1% | - |
| XYZ | 57.21 | 44.81 | 100.24 | - |
| YUV | 183.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 255 | 0.16 | 0.39 | 0 | 0 | 274.8 | 1 | 0.8 |
| Hex | D5 | 9B | FF | 10 | 27 | 0 | 0 | 113 | 64 | 50 |
| Octal | 325 | 233 | 377 | 20 | 47 | 0 | 0 | 423 | 144 | 120 |
| Binary | 11010101 | 10011011 | 11111111 | 10000 | 100111 | 0 | 0 | 100010011 | 1100100 | 1010000 |
Color Harmonies of #D59BFF
Complementary color
Monochromatic Colors of #D59BFF
Black with #D59BFF
Text Example
Text Example
White with #D59BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BFF; }
p { color: rgb(213,155,255); }
H1.HeaderClassName
{
color: #D59BFF;
}
.AnyTagClassName
{
color: #D59BFF;
}
</style>
background-color css
<style>
a { background-color: #D59BFF; }
a { background-color: rgb(213,155,255); }
div.DivClassName
{
background-color: #D59BFF;
}
.BgClassName
{
background-color: #D59BFF;
}
</style>
border-color css
<style>
span { border-color: #D59BFF; }
span { border-color: rgb(213,155,255); }
td.TdClassName
{
border-color: #D59BFF;
}
.TagClassName
{
border-color: #D59BFF;
}
</style>