Shades of Medium Violet Red #D20379
Tints of Medium Violet Red #D20379
RGB
CMYK
RGB Variations
Color information
#D20379 (or 0xD20379) is known color: Medium Violet Red. HEX triplet: D2, 03 and 79. RGB value is (210,3,121). Sum of RGB (Red+Green+Blue) = 210+3+121=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D20379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20379 is #2DFC86. Grayscale: #4E4E4E. Windows color (decimal): -3013767 or 7930834. OLE color: 7930834.
HSL color Cylindrical-coordinate representation of color #D20379: hue angle of 325.8º degrees, saturation: 0.97, 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 #D20379 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.18 |
| HSL | 325.8º | 0.97% | 0.42% | - |
| HSV(B) | 325.8º | 0.99% | 0.82% | - |
| XYZ | 30.06 | 15.15 | 19.43 | - |
| YUV | 78.35 | 152.08 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 121 | 0 | 0.99 | 0.42 | 0.18 | 325.8 | 0.97 | 0.42 |
| Hex | D2 | 3 | 79 | 0 | 63 | 2A | 12 | 146 | 61 | 2A |
| Octal | 322 | 3 | 171 | 0 | 143 | 52 | 22 | 506 | 141 | 52 |
| Binary | 11010010 | 11 | 1111001 | 0 | 1100011 | 101010 | 10010 | 101000110 | 1100001 | 101010 |
Color Harmonies of #D20379
Complementary color
Monochromatic Colors of #D20379
Black with #D20379
Text Example
Text Example
White with #D20379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20379; }
p { color: rgb(210,3,121); }
H1.HeaderClassName
{
color: #D20379;
}
.AnyTagClassName
{
color: #D20379;
}
</style>
background-color css
<style>
a { background-color: #D20379; }
a { background-color: rgb(210,3,121); }
div.DivClassName
{
background-color: #D20379;
}
.BgClassName
{
background-color: #D20379;
}
</style>
border-color css
<style>
span { border-color: #D20379; }
span { border-color: rgb(210,3,121); }
td.TdClassName
{
border-color: #D20379;
}
.TagClassName
{
border-color: #D20379;
}
</style>