Shades of Medium Violet Red #D3067F
Tints of Medium Violet Red #D3067F
RGB
CMYK
RGB Variations
Color information
#D3067F (or 0xD3067F) is known color: Medium Violet Red. HEX triplet: D3, 06 and 7F. RGB value is (211,6,127). Sum of RGB (Red+Green+Blue) = 211+6+127=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3067F is #2CF980. Grayscale: #505050. Windows color (decimal): -2947457 or 8324819. OLE color: 8324819.
HSL color Cylindrical-coordinate representation of color #D3067F: hue angle of 324.59º 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 #D3067F is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.17 |
| HSL | 324.59º | 0.94% | 0.43% | - |
| HSV(B) | 324.59º | 0.97% | 0.83% | - |
| XYZ | 30.76 | 15.51 | 21.45 | - |
| YUV | 81.09 | 153.92 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 127 | 0 | 0.97 | 0.40 | 0.17 | 324.59 | 0.94 | 0.43 |
| Hex | D3 | 6 | 7F | 0 | 61 | 28 | 11 | 145 | 5E | 2B |
| Octal | 323 | 6 | 177 | 0 | 141 | 50 | 21 | 505 | 136 | 53 |
| Binary | 11010011 | 110 | 1111111 | 0 | 1100001 | 101000 | 10001 | 101000101 | 1011110 | 101011 |
Color Harmonies of #D3067F
Complementary color
Monochromatic Colors of #D3067F
Black with #D3067F
Text Example
Text Example
White with #D3067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3067F; }
p { color: rgb(211,6,127); }
H1.HeaderClassName
{
color: #D3067F;
}
.AnyTagClassName
{
color: #D3067F;
}
</style>
background-color css
<style>
a { background-color: #D3067F; }
a { background-color: rgb(211,6,127); }
div.DivClassName
{
background-color: #D3067F;
}
.BgClassName
{
background-color: #D3067F;
}
</style>
border-color css
<style>
span { border-color: #D3067F; }
span { border-color: rgb(211,6,127); }
td.TdClassName
{
border-color: #D3067F;
}
.TagClassName
{
border-color: #D3067F;
}
</style>