Shades of Mauve #D59BFC
Tints of Mauve #D59BFC
RGB
CMYK
RGB Variations
Color information
#D59BFC (or 0xD59BFC) is known color: Mauve. HEX triplet: D5, 9B and FC. RGB value is (213,155,252). Sum of RGB (Red+Green+Blue) = 213+155+252=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #D59BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BFC is #2A6403. Grayscale: #B7B7B7. Windows color (decimal): -2778116 or 16554965. OLE color: 16554965.
HSL color Cylindrical-coordinate representation of color #D59BFC: hue angle of 275.88º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59BFC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 155 | 252 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.01 |
| HSL | 275.88º | 0.94% | 0.8% | - |
| HSV(B) | 275.88º | 0.38% | 0.99% | - |
| XYZ | 56.73 | 44.62 | 97.72 | - |
| YUV | 183.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 252 | 0.15 | 0.38 | 0 | 0.01 | 275.88 | 0.94 | 0.8 |
| Hex | D5 | 9B | FC | F | 26 | 0 | 1 | 114 | 5E | 50 |
| Octal | 325 | 233 | 374 | 17 | 46 | 0 | 1 | 424 | 136 | 120 |
| Binary | 11010101 | 10011011 | 11111100 | 1111 | 100110 | 0 | 1 | 100010100 | 1011110 | 1010000 |
Color Harmonies of #D59BFC
Complementary color
Monochromatic Colors of #D59BFC
Black with #D59BFC
Text Example
Text Example
White with #D59BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BFC; }
p { color: rgb(213,155,252); }
H1.HeaderClassName
{
color: #D59BFC;
}
.AnyTagClassName
{
color: #D59BFC;
}
</style>
background-color css
<style>
a { background-color: #D59BFC; }
a { background-color: rgb(213,155,252); }
div.DivClassName
{
background-color: #D59BFC;
}
.BgClassName
{
background-color: #D59BFC;
}
</style>
border-color css
<style>
span { border-color: #D59BFC; }
span { border-color: rgb(213,155,252); }
td.TdClassName
{
border-color: #D59BFC;
}
.TagClassName
{
border-color: #D59BFC;
}
</style>