Shades of Mauve #DB9AF9
Tints of Mauve #DB9AF9
RGB
CMYK
RGB Variations
Color information
#DB9AF9 (or 0xDB9AF9) is known color: Mauve. HEX triplet: DB, 9A and F9. RGB value is (219,154,249). Sum of RGB (Red+Green+Blue) = 219+154+249=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB9AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AF9 is #246506. Grayscale: #B7B7B7. Windows color (decimal): -2385159 or 16358107. OLE color: 16358107.
HSL color Cylindrical-coordinate representation of color #DB9AF9: hue angle of 281.05º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9AF9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 154 | 249 | - |
CMYK | 0.12 | 0.38 | 0 | 0.02 |
HSL | 281.05º | 0.89% | 0.79% | - |
HSV(B) | 281.05º | 0.38% | 0.98% | - |
XYZ | 57.87 | 45.01 | 95.26 | - |
YUV | 184.27 | 164.53 | 152.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 154 | 249 | 0.12 | 0.38 | 0 | 0.02 | 281.05 | 0.89 | 0.79 |
Hex | DB | 9A | F9 | C | 26 | 0 | 2 | 119 | 59 | 4F |
Octal | 333 | 232 | 371 | 14 | 46 | 0 | 2 | 431 | 131 | 117 |
Binary | 11011011 | 10011010 | 11111001 | 1100 | 100110 | 0 | 10 | 100011001 | 1011001 | 1001111 |
Color Harmonies of #DB9AF9
Complementary color
Monochromatic Colors of #DB9AF9
Black with #DB9AF9
Text Example
Text Example
White with #DB9AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AF9; }
p { color: rgb(219,154,249); }
H1.HeaderClassName
{
color: #DB9AF9;
}
.AnyTagClassName
{
color: #DB9AF9;
}
</style>
background-color css
<style>
a { background-color: #DB9AF9; }
a { background-color: rgb(219,154,249); }
div.DivClassName
{
background-color: #DB9AF9;
}
.BgClassName
{
background-color: #DB9AF9;
}
</style>
border-color css
<style>
span { border-color: #DB9AF9; }
span { border-color: rgb(219,154,249); }
td.TdClassName
{
border-color: #DB9AF9;
}
.TagClassName
{
border-color: #DB9AF9;
}
</style>