Shades of Medium Violet Red #DB007D
Tints of Medium Violet Red #DB007D
RGB
CMYK
RGB Variations
Color information
#DB007D (or 0xDB007D) is known color: Medium Violet Red. HEX triplet: DB, 00 and 7D. RGB value is (219,0,125). Sum of RGB (Red+Green+Blue) = 219+0+125=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB007D is #24FF82. Grayscale: #4F4F4F. Windows color (decimal): -2424707 or 8192219. OLE color: 8192219.
HSL color Cylindrical-coordinate representation of color #DB007D: hue angle of 325.75º 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 #DB007D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.43 | 0.14 |
| HSL | 325.75º | 1% | 0.43% | - |
| HSV(B) | 325.75º | 1% | 0.86% | - |
| XYZ | 32.92 | 16.54 | 20.86 | - |
| YUV | 79.73 | 153.55 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 125 | 0 | 1 | 0.43 | 0.14 | 325.75 | 1 | 0.43 |
| Hex | DB | 0 | 7D | 0 | 64 | 2B | E | 146 | 64 | 2B |
| Octal | 333 | 0 | 175 | 0 | 144 | 53 | 16 | 506 | 144 | 53 |
| Binary | 11011011 | 0 | 1111101 | 0 | 1100100 | 101011 | 1110 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DB007D
Complementary color
Monochromatic Colors of #DB007D
Black with #DB007D
Text Example
Text Example
White with #DB007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB007D; }
p { color: rgb(219,0,125); }
H1.HeaderClassName
{
color: #DB007D;
}
.AnyTagClassName
{
color: #DB007D;
}
</style>
background-color css
<style>
a { background-color: #DB007D; }
a { background-color: rgb(219,0,125); }
div.DivClassName
{
background-color: #DB007D;
}
.BgClassName
{
background-color: #DB007D;
}
</style>
border-color css
<style>
span { border-color: #DB007D; }
span { border-color: rgb(219,0,125); }
td.TdClassName
{
border-color: #DB007D;
}
.TagClassName
{
border-color: #DB007D;
}
</style>