Shades of Medium Violet Red #DB067F
Tints of Medium Violet Red #DB067F
RGB
CMYK
RGB Variations
Color information
#DB067F (or 0xDB067F) is known color: Medium Violet Red. HEX triplet: DB, 06 and 7F. RGB value is (219,6,127). Sum of RGB (Red+Green+Blue) = 219+6+127=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB067F is #24F980. Grayscale: #535353. Windows color (decimal): -2423169 or 8324827. OLE color: 8324827.
HSL color Cylindrical-coordinate representation of color #DB067F: hue angle of 325.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB067F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.14 |
| HSL | 325.92º | 0.95% | 0.44% | - |
| HSV(B) | 325.92º | 0.97% | 0.86% | - |
| XYZ | 33.11 | 16.72 | 21.56 | - |
| YUV | 83.48 | 152.57 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 127 | 0 | 0.97 | 0.42 | 0.14 | 325.92 | 0.95 | 0.44 |
| Hex | DB | 6 | 7F | 0 | 61 | 2A | E | 146 | 5F | 2C |
| Octal | 333 | 6 | 177 | 0 | 141 | 52 | 16 | 506 | 137 | 54 |
| Binary | 11011011 | 110 | 1111111 | 0 | 1100001 | 101010 | 1110 | 101000110 | 1011111 | 101100 |
Color Harmonies of #DB067F
Complementary color
Monochromatic Colors of #DB067F
Black with #DB067F
Text Example
Text Example
White with #DB067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB067F; }
p { color: rgb(219,6,127); }
H1.HeaderClassName
{
color: #DB067F;
}
.AnyTagClassName
{
color: #DB067F;
}
</style>
background-color css
<style>
a { background-color: #DB067F; }
a { background-color: rgb(219,6,127); }
div.DivClassName
{
background-color: #DB067F;
}
.BgClassName
{
background-color: #DB067F;
}
</style>
border-color css
<style>
span { border-color: #DB067F; }
span { border-color: rgb(219,6,127); }
td.TdClassName
{
border-color: #DB067F;
}
.TagClassName
{
border-color: #DB067F;
}
</style>