Shades of Medium Violet Red #DB0C8A
Tints of Medium Violet Red #DB0C8A
RGB
CMYK
RGB Variations
Color information
#DB0C8A (or 0xDB0C8A) is known color: Medium Violet Red. HEX triplet: DB, 0C and 8A. RGB value is (219,12,138). Sum of RGB (Red+Green+Blue) = 219+12+138=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0C8A is #24F375. Grayscale: #575757. Windows color (decimal): -2421622 or 9047259. OLE color: 9047259.
HSL color Cylindrical-coordinate representation of color #DB0C8A: hue angle of 323.48º degrees, saturation: 0.9, 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 #DB0C8A is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.14 |
| HSL | 323.48º | 0.9% | 0.45% | - |
| HSV(B) | 323.48º | 0.95% | 0.86% | - |
| XYZ | 33.93 | 17.16 | 25.57 | - |
| YUV | 88.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 138 | 0 | 0.95 | 0.37 | 0.14 | 323.48 | 0.9 | 0.45 |
| Hex | DB | C | 8A | 0 | 5F | 25 | E | 143 | 5A | 2D |
| Octal | 333 | 14 | 212 | 0 | 137 | 45 | 16 | 503 | 132 | 55 |
| Binary | 11011011 | 1100 | 10001010 | 0 | 1011111 | 100101 | 1110 | 101000011 | 1011010 | 101101 |
Color Harmonies of #DB0C8A
Complementary color
Monochromatic Colors of #DB0C8A
Black with #DB0C8A
Text Example
Text Example
White with #DB0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C8A; }
p { color: rgb(219,12,138); }
H1.HeaderClassName
{
color: #DB0C8A;
}
.AnyTagClassName
{
color: #DB0C8A;
}
</style>
background-color css
<style>
a { background-color: #DB0C8A; }
a { background-color: rgb(219,12,138); }
div.DivClassName
{
background-color: #DB0C8A;
}
.BgClassName
{
background-color: #DB0C8A;
}
</style>
border-color css
<style>
span { border-color: #DB0C8A; }
span { border-color: rgb(219,12,138); }
td.TdClassName
{
border-color: #DB0C8A;
}
.TagClassName
{
border-color: #DB0C8A;
}
</style>