Shades of Medium Violet Red #D3007D
Tints of Medium Violet Red #D3007D
RGB
CMYK
RGB Variations
Color information
#D3007D (or 0xD3007D) is known color: Medium Violet Red. HEX triplet: D3, 00 and 7D. RGB value is (211,0,125). Sum of RGB (Red+Green+Blue) = 211+0+125=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3007D is #2CFF82. Grayscale: #4D4D4D. Windows color (decimal): -2948995 or 8192211. OLE color: 8192211.
HSL color Cylindrical-coordinate representation of color #D3007D: hue angle of 324.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3007D is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.41 | 0.17 |
| HSL | 324.46º | 1% | 0.41% | - |
| HSV(B) | 324.46º | 1% | 0.83% | - |
| XYZ | 30.57 | 15.33 | 20.75 | - |
| YUV | 77.34 | 154.9 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 125 | 0 | 1 | 0.41 | 0.17 | 324.46 | 1 | 0.41 |
| Hex | D3 | 0 | 7D | 0 | 64 | 29 | 11 | 144 | 64 | 29 |
| Octal | 323 | 0 | 175 | 0 | 144 | 51 | 21 | 504 | 144 | 51 |
| Binary | 11010011 | 0 | 1111101 | 0 | 1100100 | 101001 | 10001 | 101000100 | 1100100 | 101001 |
Color Harmonies of #D3007D
Complementary color
Monochromatic Colors of #D3007D
Black with #D3007D
Text Example
Text Example
White with #D3007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3007D; }
p { color: rgb(211,0,125); }
H1.HeaderClassName
{
color: #D3007D;
}
.AnyTagClassName
{
color: #D3007D;
}
</style>
background-color css
<style>
a { background-color: #D3007D; }
a { background-color: rgb(211,0,125); }
div.DivClassName
{
background-color: #D3007D;
}
.BgClassName
{
background-color: #D3007D;
}
</style>
border-color css
<style>
span { border-color: #D3007D; }
span { border-color: rgb(211,0,125); }
td.TdClassName
{
border-color: #D3007D;
}
.TagClassName
{
border-color: #D3007D;
}
</style>