Shades of Medium Violet Red #D20273
Tints of Medium Violet Red #D20273
RGB
CMYK
RGB Variations
Color information
#D20273 (or 0xD20273) is known color: Medium Violet Red. HEX triplet: D2, 02 and 73. RGB value is (210,2,115). Sum of RGB (Red+Green+Blue) = 210+2+115=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D20273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20273 is #2DFD8C. Grayscale: #4C4C4C. Windows color (decimal): -3014029 or 7537362. OLE color: 7537362.
HSL color Cylindrical-coordinate representation of color #D20273: hue angle of 327.4º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20273 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.18 |
| HSL | 327.4º | 0.98% | 0.42% | - |
| HSV(B) | 327.4º | 0.99% | 0.82% | - |
| XYZ | 29.69 | 14.98 | 17.55 | - |
| YUV | 77.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 115 | 0 | 0.99 | 0.45 | 0.18 | 327.4 | 0.98 | 0.42 |
| Hex | D2 | 2 | 73 | 0 | 63 | 2D | 12 | 147 | 62 | 2A |
| Octal | 322 | 2 | 163 | 0 | 143 | 55 | 22 | 507 | 142 | 52 |
| Binary | 11010010 | 10 | 1110011 | 0 | 1100011 | 101101 | 10010 | 101000111 | 1100010 | 101010 |
Color Harmonies of #D20273
Complementary color
Monochromatic Colors of #D20273
Black with #D20273
Text Example
Text Example
White with #D20273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20273; }
p { color: rgb(210,2,115); }
H1.HeaderClassName
{
color: #D20273;
}
.AnyTagClassName
{
color: #D20273;
}
</style>
background-color css
<style>
a { background-color: #D20273; }
a { background-color: rgb(210,2,115); }
div.DivClassName
{
background-color: #D20273;
}
.BgClassName
{
background-color: #D20273;
}
</style>
border-color css
<style>
span { border-color: #D20273; }
span { border-color: rgb(210,2,115); }
td.TdClassName
{
border-color: #D20273;
}
.TagClassName
{
border-color: #D20273;
}
</style>