Shades of Mauve #DB9DF0
Tints of Mauve #DB9DF0
RGB
CMYK
RGB Variations
Color information
#DB9DF0 (or 0xDB9DF0) is known color: Mauve. HEX triplet: DB, 9D and F0. RGB value is (219,157,240). Sum of RGB (Red+Green+Blue) = 219+157+240=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DF0 is #24620F. Grayscale: #B8B8B8. Windows color (decimal): -2384400 or 15769051. OLE color: 15769051.
HSL color Cylindrical-coordinate representation of color #DB9DF0: hue angle of 284.82º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9DF0 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 157 | 240 | - |
CMYK | 0.09 | 0.35 | 0 | 0.06 |
HSL | 284.82º | 0.73% | 0.78% | - |
HSV(B) | 284.82º | 0.35% | 0.94% | - |
XYZ | 57 | 45.47 | 88.21 | - |
YUV | 185 | 159.04 | 152.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 157 | 240 | 0.09 | 0.35 | 0 | 0.06 | 284.82 | 0.73 | 0.78 |
Hex | DB | 9D | F0 | 9 | 23 | 0 | 6 | 11D | 49 | 4E |
Octal | 333 | 235 | 360 | 11 | 43 | 0 | 6 | 435 | 111 | 116 |
Binary | 11011011 | 10011101 | 11110000 | 1001 | 100011 | 0 | 110 | 100011101 | 1001001 | 1001110 |
Color Harmonies of #DB9DF0
Complementary color
Monochromatic Colors of #DB9DF0
Black with #DB9DF0
Text Example
Text Example
White with #DB9DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DF0; }
p { color: rgb(219,157,240); }
H1.HeaderClassName
{
color: #DB9DF0;
}
.AnyTagClassName
{
color: #DB9DF0;
}
</style>
background-color css
<style>
a { background-color: #DB9DF0; }
a { background-color: rgb(219,157,240); }
div.DivClassName
{
background-color: #DB9DF0;
}
.BgClassName
{
background-color: #DB9DF0;
}
</style>
border-color css
<style>
span { border-color: #DB9DF0; }
span { border-color: rgb(219,157,240); }
td.TdClassName
{
border-color: #DB9DF0;
}
.TagClassName
{
border-color: #DB9DF0;
}
</style>