Shades of Medium Violet Red #D0107B
Tints of Medium Violet Red #D0107B
RGB
CMYK
RGB Variations
Color information
#D0107B (or 0xD0107B) is known color: Medium Violet Red. HEX triplet: D0, 10 and 7B. RGB value is (208,16,123). Sum of RGB (Red+Green+Blue) = 208+16+123=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D0107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0107B is #2FEF84. Grayscale: #555555. Windows color (decimal): -3141509 or 8065232. OLE color: 8065232.
HSL color Cylindrical-coordinate representation of color #D0107B: hue angle of 326.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0107B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.18 |
| HSL | 326.56º | 0.86% | 0.44% | - |
| HSV(B) | 326.56º | 0.92% | 0.82% | - |
| XYZ | 29.77 | 15.21 | 20.11 | - |
| YUV | 85.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 123 | 0 | 0.92 | 0.41 | 0.18 | 326.56 | 0.86 | 0.44 |
| Hex | D0 | 10 | 7B | 0 | 5C | 29 | 12 | 147 | 56 | 2C |
| Octal | 320 | 20 | 173 | 0 | 134 | 51 | 22 | 507 | 126 | 54 |
| Binary | 11010000 | 10000 | 1111011 | 0 | 1011100 | 101001 | 10010 | 101000111 | 1010110 | 101100 |
Color Harmonies of #D0107B
Complementary color
Monochromatic Colors of #D0107B
Black with #D0107B
Text Example
Text Example
White with #D0107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0107B; }
p { color: rgb(208,16,123); }
H1.HeaderClassName
{
color: #D0107B;
}
.AnyTagClassName
{
color: #D0107B;
}
</style>
background-color css
<style>
a { background-color: #D0107B; }
a { background-color: rgb(208,16,123); }
div.DivClassName
{
background-color: #D0107B;
}
.BgClassName
{
background-color: #D0107B;
}
</style>
border-color css
<style>
span { border-color: #D0107B; }
span { border-color: rgb(208,16,123); }
td.TdClassName
{
border-color: #D0107B;
}
.TagClassName
{
border-color: #D0107B;
}
</style>