Shades of Medium Violet Red #D20279
Tints of Medium Violet Red #D20279
RGB
CMYK
RGB Variations
Color information
#D20279 (or 0xD20279) is known color: Medium Violet Red. HEX triplet: D2, 02 and 79. RGB value is (210,2,121). Sum of RGB (Red+Green+Blue) = 210+2+121=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D20279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20279 is #2DFD86. Grayscale: #4D4D4D. Windows color (decimal): -3014023 or 7930578. OLE color: 7930578.
HSL color Cylindrical-coordinate representation of color #D20279: hue angle of 325.67º 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 #D20279 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.18 |
| HSL | 325.67º | 0.98% | 0.42% | - |
| HSV(B) | 325.67º | 0.99% | 0.82% | - |
| XYZ | 30.05 | 15.13 | 19.42 | - |
| YUV | 77.76 | 152.41 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 121 | 0 | 0.99 | 0.42 | 0.18 | 325.67 | 0.98 | 0.42 |
| Hex | D2 | 2 | 79 | 0 | 63 | 2A | 12 | 146 | 62 | 2A |
| Octal | 322 | 2 | 171 | 0 | 143 | 52 | 22 | 506 | 142 | 52 |
| Binary | 11010010 | 10 | 1111001 | 0 | 1100011 | 101010 | 10010 | 101000110 | 1100010 | 101010 |
Color Harmonies of #D20279
Complementary color
Monochromatic Colors of #D20279
Black with #D20279
Text Example
Text Example
White with #D20279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20279; }
p { color: rgb(210,2,121); }
H1.HeaderClassName
{
color: #D20279;
}
.AnyTagClassName
{
color: #D20279;
}
</style>
background-color css
<style>
a { background-color: #D20279; }
a { background-color: rgb(210,2,121); }
div.DivClassName
{
background-color: #D20279;
}
.BgClassName
{
background-color: #D20279;
}
</style>
border-color css
<style>
span { border-color: #D20279; }
span { border-color: rgb(210,2,121); }
td.TdClassName
{
border-color: #D20279;
}
.TagClassName
{
border-color: #D20279;
}
</style>