Shades of Medium Violet Red #D02073
Tints of Medium Violet Red #D02073
RGB
CMYK
RGB Variations
Color information
#D02073 (or 0xD02073) is known color: Medium Violet Red. HEX triplet: D0, 20 and 73. RGB value is (208,32,115). Sum of RGB (Red+Green+Blue) = 208+32+115=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D02073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02073 is #2FDF8C. Grayscale: #5D5D5D. Windows color (decimal): -3137421 or 7545040. OLE color: 7545040.
HSL color Cylindrical-coordinate representation of color #D02073: hue angle of 331.7º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02073 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 115 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.18 |
| HSL | 331.7º | 0.73% | 0.47% | - |
| HSV(B) | 331.7º | 0.85% | 0.82% | - |
| XYZ | 29.62 | 15.68 | 17.69 | - |
| YUV | 94.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 115 | 0 | 0.85 | 0.45 | 0.18 | 331.7 | 0.73 | 0.47 |
| Hex | D0 | 20 | 73 | 0 | 55 | 2D | 12 | 14C | 49 | 2F |
| Octal | 320 | 40 | 163 | 0 | 125 | 55 | 22 | 514 | 111 | 57 |
| Binary | 11010000 | 100000 | 1110011 | 0 | 1010101 | 101101 | 10010 | 101001100 | 1001001 | 101111 |
Color Harmonies of #D02073
Complementary color
Monochromatic Colors of #D02073
Black with #D02073
Text Example
Text Example
White with #D02073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02073; }
p { color: rgb(208,32,115); }
H1.HeaderClassName
{
color: #D02073;
}
.AnyTagClassName
{
color: #D02073;
}
</style>
background-color css
<style>
a { background-color: #D02073; }
a { background-color: rgb(208,32,115); }
div.DivClassName
{
background-color: #D02073;
}
.BgClassName
{
background-color: #D02073;
}
</style>
border-color css
<style>
span { border-color: #D02073; }
span { border-color: rgb(208,32,115); }
td.TdClassName
{
border-color: #D02073;
}
.TagClassName
{
border-color: #D02073;
}
</style>