Shades of Mauve #DB9CFD
Tints of Mauve #DB9CFD
RGB
CMYK
RGB Variations
Color information
#DB9CFD (or 0xDB9CFD) is known color: Mauve. HEX triplet: DB, 9C and FD. RGB value is (219,156,253). Sum of RGB (Red+Green+Blue) = 219+156+253=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CFD is #246302. Grayscale: #B9B9B9. Windows color (decimal): -2384643 or 16620763. OLE color: 16620763.
HSL color Cylindrical-coordinate representation of color #DB9CFD: hue angle of 278.97º degrees, saturation: 0.96, 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 #DB9CFD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 156 | 253 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.01 |
| HSL | 278.97º | 0.96% | 0.8% | - |
| HSV(B) | 278.97º | 0.38% | 0.99% | - |
| XYZ | 58.83 | 45.93 | 98.69 | - |
| YUV | 185.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 253 | 0.13 | 0.38 | 0 | 0.01 | 278.97 | 0.96 | 0.8 |
| Hex | DB | 9C | FD | D | 26 | 0 | 1 | 117 | 60 | 50 |
| Octal | 333 | 234 | 375 | 15 | 46 | 0 | 1 | 427 | 140 | 120 |
| Binary | 11011011 | 10011100 | 11111101 | 1101 | 100110 | 0 | 1 | 100010111 | 1100000 | 1010000 |
Color Harmonies of #DB9CFD
Complementary color
Monochromatic Colors of #DB9CFD
Black with #DB9CFD
Text Example
Text Example
White with #DB9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CFD; }
p { color: rgb(219,156,253); }
H1.HeaderClassName
{
color: #DB9CFD;
}
.AnyTagClassName
{
color: #DB9CFD;
}
</style>
background-color css
<style>
a { background-color: #DB9CFD; }
a { background-color: rgb(219,156,253); }
div.DivClassName
{
background-color: #DB9CFD;
}
.BgClassName
{
background-color: #DB9CFD;
}
</style>
border-color css
<style>
span { border-color: #DB9CFD; }
span { border-color: rgb(219,156,253); }
td.TdClassName
{
border-color: #DB9CFD;
}
.TagClassName
{
border-color: #DB9CFD;
}
</style>