Shades of Medium Violet Red #D20072
Tints of Medium Violet Red #D20072
RGB
CMYK
RGB Variations
Color information
#D20072 (or 0xD20072) is known color: Medium Violet Red. HEX triplet: D2, 00 and 72. RGB value is (210,0,114). Sum of RGB (Red+Green+Blue) = 210+0+114=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D20072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20072 is #2DFF8D. Grayscale: #4B4B4B. Windows color (decimal): -3014542 or 7471314. OLE color: 7471314.
HSL color Cylindrical-coordinate representation of color #D20072: hue angle of 327.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20072 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.46 | 0.18 |
| HSL | 327.43º | 1% | 0.41% | - |
| HSV(B) | 327.43º | 1% | 0.82% | - |
| XYZ | 29.62 | 14.92 | 17.24 | - |
| YUV | 75.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 114 | 0 | 1 | 0.46 | 0.18 | 327.43 | 1 | 0.41 |
| Hex | D2 | 0 | 72 | 0 | 64 | 2E | 12 | 147 | 64 | 29 |
| Octal | 322 | 0 | 162 | 0 | 144 | 56 | 22 | 507 | 144 | 51 |
| Binary | 11010010 | 0 | 1110010 | 0 | 1100100 | 101110 | 10010 | 101000111 | 1100100 | 101001 |
Color Harmonies of #D20072
Complementary color
Monochromatic Colors of #D20072
Black with #D20072
Text Example
Text Example
White with #D20072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20072; }
p { color: rgb(210,0,114); }
H1.HeaderClassName
{
color: #D20072;
}
.AnyTagClassName
{
color: #D20072;
}
</style>
background-color css
<style>
a { background-color: #D20072; }
a { background-color: rgb(210,0,114); }
div.DivClassName
{
background-color: #D20072;
}
.BgClassName
{
background-color: #D20072;
}
</style>
border-color css
<style>
span { border-color: #D20072; }
span { border-color: rgb(210,0,114); }
td.TdClassName
{
border-color: #D20072;
}
.TagClassName
{
border-color: #D20072;
}
</style>