Shades of Mauve #DB9AF3
Tints of Mauve #DB9AF3
RGB
CMYK
RGB Variations
Color information
#DB9AF3 (or 0xDB9AF3) is known color: Mauve. HEX triplet: DB, 9A and F3. RGB value is (219,154,243). Sum of RGB (Red+Green+Blue) = 219+154+243=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AF3 is #24650C. Grayscale: #B7B7B7. Windows color (decimal): -2385165 or 15964891. OLE color: 15964891.
HSL color Cylindrical-coordinate representation of color #DB9AF3: hue angle of 283.82º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9AF3 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 154 | 243 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.05 |
| HSL | 283.82º | 0.79% | 0.78% | - |
| HSV(B) | 283.82º | 0.37% | 0.95% | - |
| XYZ | 56.95 | 44.64 | 90.41 | - |
| YUV | 183.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 243 | 0.10 | 0.37 | 0 | 0.05 | 283.82 | 0.79 | 0.78 |
| Hex | DB | 9A | F3 | A | 25 | 0 | 5 | 11C | 4F | 4E |
| Octal | 333 | 232 | 363 | 12 | 45 | 0 | 5 | 434 | 117 | 116 |
| Binary | 11011011 | 10011010 | 11110011 | 1010 | 100101 | 0 | 101 | 100011100 | 1001111 | 1001110 |
Color Harmonies of #DB9AF3
Complementary color
Monochromatic Colors of #DB9AF3
Black with #DB9AF3
Text Example
Text Example
White with #DB9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AF3; }
p { color: rgb(219,154,243); }
H1.HeaderClassName
{
color: #DB9AF3;
}
.AnyTagClassName
{
color: #DB9AF3;
}
</style>
background-color css
<style>
a { background-color: #DB9AF3; }
a { background-color: rgb(219,154,243); }
div.DivClassName
{
background-color: #DB9AF3;
}
.BgClassName
{
background-color: #DB9AF3;
}
</style>
border-color css
<style>
span { border-color: #DB9AF3; }
span { border-color: rgb(219,154,243); }
td.TdClassName
{
border-color: #DB9AF3;
}
.TagClassName
{
border-color: #DB9AF3;
}
</style>