Shades of Medium Violet Red #DB038F
Tints of Medium Violet Red #DB038F
RGB
CMYK
RGB Variations
Color information
#DB038F (or 0xDB038F) is known color: Medium Violet Red. HEX triplet: DB, 03 and 8F. RGB value is (219,3,143). Sum of RGB (Red+Green+Blue) = 219+3+143=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB038F is #24FC70. Grayscale: #535353. Windows color (decimal): -2423921 or 9372635. OLE color: 9372635.
HSL color Cylindrical-coordinate representation of color #DB038F: hue angle of 321.11º 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 #DB038F is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.14 |
| HSL | 321.11º | 0.97% | 0.44% | - |
| HSV(B) | 321.11º | 0.99% | 0.86% | - |
| XYZ | 34.2 | 17.11 | 27.49 | - |
| YUV | 83.54 | 161.56 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 143 | 0 | 0.99 | 0.35 | 0.14 | 321.11 | 0.97 | 0.44 |
| Hex | DB | 3 | 8F | 0 | 63 | 23 | E | 141 | 61 | 2C |
| Octal | 333 | 3 | 217 | 0 | 143 | 43 | 16 | 501 | 141 | 54 |
| Binary | 11011011 | 11 | 10001111 | 0 | 1100011 | 100011 | 1110 | 101000001 | 1100001 | 101100 |
Color Harmonies of #DB038F
Complementary color
Monochromatic Colors of #DB038F
Black with #DB038F
Text Example
Text Example
White with #DB038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB038F; }
p { color: rgb(219,3,143); }
H1.HeaderClassName
{
color: #DB038F;
}
.AnyTagClassName
{
color: #DB038F;
}
</style>
background-color css
<style>
a { background-color: #DB038F; }
a { background-color: rgb(219,3,143); }
div.DivClassName
{
background-color: #DB038F;
}
.BgClassName
{
background-color: #DB038F;
}
</style>
border-color css
<style>
span { border-color: #DB038F; }
span { border-color: rgb(219,3,143); }
td.TdClassName
{
border-color: #DB038F;
}
.TagClassName
{
border-color: #DB038F;
}
</style>