Shades of Mauve #D89BFD
Tints of Mauve #D89BFD
RGB
CMYK
RGB Variations
Color information
#D89BFD (or 0xD89BFD) is known color: Mauve. HEX triplet: D8, 9B and FD. RGB value is (216,155,253). Sum of RGB (Red+Green+Blue) = 216+155+253=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #D89BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89BFD is #276402. Grayscale: #B8B8B8. Windows color (decimal): -2581507 or 16620504. OLE color: 16620504.
HSL color Cylindrical-coordinate representation of color #D89BFD: hue angle of 277.35º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D89BFD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 155 | 253 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.01 |
| HSL | 277.35º | 0.96% | 0.8% | - |
| HSV(B) | 277.35º | 0.39% | 0.99% | - |
| XYZ | 57.77 | 45.13 | 98.6 | - |
| YUV | 184.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 253 | 0.15 | 0.39 | 0 | 0.01 | 277.35 | 0.96 | 0.8 |
| Hex | D8 | 9B | FD | F | 27 | 0 | 1 | 115 | 60 | 50 |
| Octal | 330 | 233 | 375 | 17 | 47 | 0 | 1 | 425 | 140 | 120 |
| Binary | 11011000 | 10011011 | 11111101 | 1111 | 100111 | 0 | 1 | 100010101 | 1100000 | 1010000 |
Color Harmonies of #D89BFD
Complementary color
Monochromatic Colors of #D89BFD
Black with #D89BFD
Text Example
Text Example
White with #D89BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BFD; }
p { color: rgb(216,155,253); }
H1.HeaderClassName
{
color: #D89BFD;
}
.AnyTagClassName
{
color: #D89BFD;
}
</style>
background-color css
<style>
a { background-color: #D89BFD; }
a { background-color: rgb(216,155,253); }
div.DivClassName
{
background-color: #D89BFD;
}
.BgClassName
{
background-color: #D89BFD;
}
</style>
border-color css
<style>
span { border-color: #D89BFD; }
span { border-color: rgb(216,155,253); }
td.TdClassName
{
border-color: #D89BFD;
}
.TagClassName
{
border-color: #D89BFD;
}
</style>