Shades of Medium Violet Red #DB0A7D
Tints of Medium Violet Red #DB0A7D
RGB
CMYK
RGB Variations
Color information
#DB0A7D (or 0xDB0A7D) is known color: Medium Violet Red. HEX triplet: DB, 0A and 7D. RGB value is (219,10,125). Sum of RGB (Red+Green+Blue) = 219+10+125=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0A7D is #24F582. Grayscale: #555555. Windows color (decimal): -2422147 or 8194779. OLE color: 8194779.
HSL color Cylindrical-coordinate representation of color #DB0A7D: hue angle of 326.99º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0A7D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 125 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.14 |
| HSL | 326.99º | 0.91% | 0.45% | - |
| HSV(B) | 326.99º | 0.95% | 0.86% | - |
| XYZ | 33.02 | 16.76 | 20.9 | - |
| YUV | 85.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 125 | 0 | 0.95 | 0.43 | 0.14 | 326.99 | 0.91 | 0.45 |
| Hex | DB | A | 7D | 0 | 5F | 2B | E | 147 | 5B | 2D |
| Octal | 333 | 12 | 175 | 0 | 137 | 53 | 16 | 507 | 133 | 55 |
| Binary | 11011011 | 1010 | 1111101 | 0 | 1011111 | 101011 | 1110 | 101000111 | 1011011 | 101101 |
Color Harmonies of #DB0A7D
Complementary color
Monochromatic Colors of #DB0A7D
Black with #DB0A7D
Text Example
Text Example
White with #DB0A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0A7D; }
p { color: rgb(219,10,125); }
H1.HeaderClassName
{
color: #DB0A7D;
}
.AnyTagClassName
{
color: #DB0A7D;
}
</style>
background-color css
<style>
a { background-color: #DB0A7D; }
a { background-color: rgb(219,10,125); }
div.DivClassName
{
background-color: #DB0A7D;
}
.BgClassName
{
background-color: #DB0A7D;
}
</style>
border-color css
<style>
span { border-color: #DB0A7D; }
span { border-color: rgb(219,10,125); }
td.TdClassName
{
border-color: #DB0A7D;
}
.TagClassName
{
border-color: #DB0A7D;
}
</style>