Shades of Mauve #DB9BFD
Tints of Mauve #DB9BFD
RGB
CMYK
RGB Variations
Color information
#DB9BFD (or 0xDB9BFD) is known color: Mauve. HEX triplet: DB, 9B and FD. RGB value is (219,155,253). Sum of RGB (Red+Green+Blue) = 219+155+253=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFD is #246402. Grayscale: #B8B8B8. Windows color (decimal): -2384899 or 16620507. OLE color: 16620507.
HSL color Cylindrical-coordinate representation of color #DB9BFD: hue angle of 279.18º 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 #DB9BFD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 155 | 253 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.01 |
| HSL | 279.18º | 0.96% | 0.8% | - |
| HSV(B) | 279.18º | 0.39% | 0.99% | - |
| XYZ | 58.66 | 45.59 | 98.64 | - |
| YUV | 185.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 253 | 0.13 | 0.39 | 0 | 0.01 | 279.18 | 0.96 | 0.8 |
| Hex | DB | 9B | FD | D | 27 | 0 | 1 | 117 | 60 | 50 |
| Octal | 333 | 233 | 375 | 15 | 47 | 0 | 1 | 427 | 140 | 120 |
| Binary | 11011011 | 10011011 | 11111101 | 1101 | 100111 | 0 | 1 | 100010111 | 1100000 | 1010000 |
Color Harmonies of #DB9BFD
Complementary color
Monochromatic Colors of #DB9BFD
Black with #DB9BFD
Text Example
Text Example
White with #DB9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BFD; }
p { color: rgb(219,155,253); }
H1.HeaderClassName
{
color: #DB9BFD;
}
.AnyTagClassName
{
color: #DB9BFD;
}
</style>
background-color css
<style>
a { background-color: #DB9BFD; }
a { background-color: rgb(219,155,253); }
div.DivClassName
{
background-color: #DB9BFD;
}
.BgClassName
{
background-color: #DB9BFD;
}
</style>
border-color css
<style>
span { border-color: #DB9BFD; }
span { border-color: rgb(219,155,253); }
td.TdClassName
{
border-color: #DB9BFD;
}
.TagClassName
{
border-color: #DB9BFD;
}
</style>