Shades of Medium Violet Red #D00373
Tints of Medium Violet Red #D00373
RGB
CMYK
RGB Variations
Color information
#D00373 (or 0xD00373) is known color: Medium Violet Red. HEX triplet: D0, 03 and 73. RGB value is (208,3,115). Sum of RGB (Red+Green+Blue) = 208+3+115=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00373 is #2FFC8C. Grayscale: #4C4C4C. Windows color (decimal): -3144845 or 7537616. OLE color: 7537616.
HSL color Cylindrical-coordinate representation of color #D00373: hue angle of 327.22º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00373 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.18 |
| HSL | 327.22º | 0.97% | 0.41% | - |
| HSV(B) | 327.22º | 0.99% | 0.82% | - |
| XYZ | 29.14 | 14.71 | 17.52 | - |
| YUV | 77.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 115 | 0 | 0.99 | 0.45 | 0.18 | 327.22 | 0.97 | 0.41 |
| Hex | D0 | 3 | 73 | 0 | 63 | 2D | 12 | 147 | 61 | 29 |
| Octal | 320 | 3 | 163 | 0 | 143 | 55 | 22 | 507 | 141 | 51 |
| Binary | 11010000 | 11 | 1110011 | 0 | 1100011 | 101101 | 10010 | 101000111 | 1100001 | 101001 |
Color Harmonies of #D00373
Complementary color
Monochromatic Colors of #D00373
Black with #D00373
Text Example
Text Example
White with #D00373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00373; }
p { color: rgb(208,3,115); }
H1.HeaderClassName
{
color: #D00373;
}
.AnyTagClassName
{
color: #D00373;
}
</style>
background-color css
<style>
a { background-color: #D00373; }
a { background-color: rgb(208,3,115); }
div.DivClassName
{
background-color: #D00373;
}
.BgClassName
{
background-color: #D00373;
}
</style>
border-color css
<style>
span { border-color: #D00373; }
span { border-color: rgb(208,3,115); }
td.TdClassName
{
border-color: #D00373;
}
.TagClassName
{
border-color: #D00373;
}
</style>