Shades of Medium Violet Red #DB038B
Tints of Medium Violet Red #DB038B
RGB
CMYK
RGB Variations
Color information
#DB038B (or 0xDB038B) is known color: Medium Violet Red. HEX triplet: DB, 03 and 8B. RGB value is (219,3,139). Sum of RGB (Red+Green+Blue) = 219+3+139=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB038B is #24FC74. Grayscale: #525252. Windows color (decimal): -2423925 or 9110491. OLE color: 9110491.
HSL color Cylindrical-coordinate representation of color #DB038B: hue angle of 322.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB038B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.14 |
| HSL | 322.22º | 0.97% | 0.44% | - |
| HSV(B) | 322.22º | 0.99% | 0.86% | - |
| XYZ | 33.91 | 16.99 | 25.92 | - |
| YUV | 83.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 139 | 0 | 0.99 | 0.37 | 0.14 | 322.22 | 0.97 | 0.44 |
| Hex | DB | 3 | 8B | 0 | 63 | 25 | E | 142 | 61 | 2C |
| Octal | 333 | 3 | 213 | 0 | 143 | 45 | 16 | 502 | 141 | 54 |
| Binary | 11011011 | 11 | 10001011 | 0 | 1100011 | 100101 | 1110 | 101000010 | 1100001 | 101100 |
Color Harmonies of #DB038B
Complementary color
Monochromatic Colors of #DB038B
Black with #DB038B
Text Example
Text Example
White with #DB038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB038B; }
p { color: rgb(219,3,139); }
H1.HeaderClassName
{
color: #DB038B;
}
.AnyTagClassName
{
color: #DB038B;
}
</style>
background-color css
<style>
a { background-color: #DB038B; }
a { background-color: rgb(219,3,139); }
div.DivClassName
{
background-color: #DB038B;
}
.BgClassName
{
background-color: #DB038B;
}
</style>
border-color css
<style>
span { border-color: #DB038B; }
span { border-color: rgb(219,3,139); }
td.TdClassName
{
border-color: #DB038B;
}
.TagClassName
{
border-color: #DB038B;
}
</style>