Shades of Mauve #D99BFD
Tints of Mauve #D99BFD
RGB
CMYK
RGB Variations
Color information
#D99BFD (or 0xD99BFD) is known color: Mauve. HEX triplet: D9, 9B and FD. RGB value is (217,155,253). Sum of RGB (Red+Green+Blue) = 217+155+253=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #D99BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BFD is #266402. Grayscale: #B8B8B8. Windows color (decimal): -2515971 or 16620505. OLE color: 16620505.
HSL color Cylindrical-coordinate representation of color #D99BFD: hue angle of 277.96º 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 #D99BFD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 155 | 253 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.01 |
| HSL | 277.96º | 0.96% | 0.8% | - |
| HSV(B) | 277.96º | 0.39% | 0.99% | - |
| XYZ | 58.07 | 45.29 | 98.61 | - |
| YUV | 184.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 253 | 0.14 | 0.39 | 0 | 0.01 | 277.96 | 0.96 | 0.8 |
| Hex | D9 | 9B | FD | E | 27 | 0 | 1 | 116 | 60 | 50 |
| Octal | 331 | 233 | 375 | 16 | 47 | 0 | 1 | 426 | 140 | 120 |
| Binary | 11011001 | 10011011 | 11111101 | 1110 | 100111 | 0 | 1 | 100010110 | 1100000 | 1010000 |
Color Harmonies of #D99BFD
Complementary color
Monochromatic Colors of #D99BFD
Black with #D99BFD
Text Example
Text Example
White with #D99BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BFD; }
p { color: rgb(217,155,253); }
H1.HeaderClassName
{
color: #D99BFD;
}
.AnyTagClassName
{
color: #D99BFD;
}
</style>
background-color css
<style>
a { background-color: #D99BFD; }
a { background-color: rgb(217,155,253); }
div.DivClassName
{
background-color: #D99BFD;
}
.BgClassName
{
background-color: #D99BFD;
}
</style>
border-color css
<style>
span { border-color: #D99BFD; }
span { border-color: rgb(217,155,253); }
td.TdClassName
{
border-color: #D99BFD;
}
.TagClassName
{
border-color: #D99BFD;
}
</style>