Shades of Medium Violet Red #D3067B
Tints of Medium Violet Red #D3067B
RGB
CMYK
RGB Variations
Color information
#D3067B (or 0xD3067B) is known color: Medium Violet Red. HEX triplet: D3, 06 and 7B. RGB value is (211,6,123). Sum of RGB (Red+Green+Blue) = 211+6+123=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3067B is #2CF984. Grayscale: #505050. Windows color (decimal): -2947461 or 8062675. OLE color: 8062675.
HSL color Cylindrical-coordinate representation of color #D3067B: hue angle of 325.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3067B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.17 |
| HSL | 325.76º | 0.94% | 0.43% | - |
| HSV(B) | 325.76º | 0.97% | 0.83% | - |
| XYZ | 30.5 | 15.41 | 20.11 | - |
| YUV | 80.63 | 151.92 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 123 | 0 | 0.97 | 0.42 | 0.17 | 325.76 | 0.94 | 0.43 |
| Hex | D3 | 6 | 7B | 0 | 61 | 2A | 11 | 146 | 5E | 2B |
| Octal | 323 | 6 | 173 | 0 | 141 | 52 | 21 | 506 | 136 | 53 |
| Binary | 11010011 | 110 | 1111011 | 0 | 1100001 | 101010 | 10001 | 101000110 | 1011110 | 101011 |
Color Harmonies of #D3067B
Complementary color
Monochromatic Colors of #D3067B
Black with #D3067B
Text Example
Text Example
White with #D3067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3067B; }
p { color: rgb(211,6,123); }
H1.HeaderClassName
{
color: #D3067B;
}
.AnyTagClassName
{
color: #D3067B;
}
</style>
background-color css
<style>
a { background-color: #D3067B; }
a { background-color: rgb(211,6,123); }
div.DivClassName
{
background-color: #D3067B;
}
.BgClassName
{
background-color: #D3067B;
}
</style>
border-color css
<style>
span { border-color: #D3067B; }
span { border-color: rgb(211,6,123); }
td.TdClassName
{
border-color: #D3067B;
}
.TagClassName
{
border-color: #D3067B;
}
</style>