Shades of Medium Violet Red #DB007B
Tints of Medium Violet Red #DB007B
RGB
CMYK
RGB Variations
Color information
#DB007B (or 0xDB007B) is known color: Medium Violet Red. HEX triplet: DB, 00 and 7B. RGB value is (219,0,123). Sum of RGB (Red+Green+Blue) = 219+0+123=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB007B is #24FF84. Grayscale: #4F4F4F. Windows color (decimal): -2424709 or 8061147. OLE color: 8061147.
HSL color Cylindrical-coordinate representation of color #DB007B: hue angle of 326.3º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB007B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.44 | 0.14 |
| HSL | 326.3º | 1% | 0.43% | - |
| HSV(B) | 326.3º | 1% | 0.86% | - |
| XYZ | 32.79 | 16.49 | 20.19 | - |
| YUV | 79.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 123 | 0 | 1 | 0.44 | 0.14 | 326.3 | 1 | 0.43 |
| Hex | DB | 0 | 7B | 0 | 64 | 2C | E | 146 | 64 | 2B |
| Octal | 333 | 0 | 173 | 0 | 144 | 54 | 16 | 506 | 144 | 53 |
| Binary | 11011011 | 0 | 1111011 | 0 | 1100100 | 101100 | 1110 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DB007B
Complementary color
Monochromatic Colors of #DB007B
Black with #DB007B
Text Example
Text Example
White with #DB007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB007B; }
p { color: rgb(219,0,123); }
H1.HeaderClassName
{
color: #DB007B;
}
.AnyTagClassName
{
color: #DB007B;
}
</style>
background-color css
<style>
a { background-color: #DB007B; }
a { background-color: rgb(219,0,123); }
div.DivClassName
{
background-color: #DB007B;
}
.BgClassName
{
background-color: #DB007B;
}
</style>
border-color css
<style>
span { border-color: #DB007B; }
span { border-color: rgb(219,0,123); }
td.TdClassName
{
border-color: #DB007B;
}
.TagClassName
{
border-color: #DB007B;
}
</style>