Shades of Medium Violet Red #D20074
Tints of Medium Violet Red #D20074
RGB
CMYK
RGB Variations
Color information
#D20074 (or 0xD20074) is known color: Medium Violet Red. HEX triplet: D2, 00 and 74. RGB value is (210,0,116). Sum of RGB (Red+Green+Blue) = 210+0+116=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D20074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20074 is #2DFF8B. Grayscale: #4B4B4B. Windows color (decimal): -3014540 or 7602386. OLE color: 7602386.
HSL color Cylindrical-coordinate representation of color #D20074: hue angle of 326.86º 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 #D20074 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.45 | 0.18 |
| HSL | 326.86º | 1% | 0.41% | - |
| HSV(B) | 326.86º | 1% | 0.82% | - |
| XYZ | 29.73 | 14.96 | 17.84 | - |
| YUV | 76.01 | 150.57 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 116 | 0 | 1 | 0.45 | 0.18 | 326.86 | 1 | 0.41 |
| Hex | D2 | 0 | 74 | 0 | 64 | 2D | 12 | 147 | 64 | 29 |
| Octal | 322 | 0 | 164 | 0 | 144 | 55 | 22 | 507 | 144 | 51 |
| Binary | 11010010 | 0 | 1110100 | 0 | 1100100 | 101101 | 10010 | 101000111 | 1100100 | 101001 |
Color Harmonies of #D20074
Complementary color
Monochromatic Colors of #D20074
Black with #D20074
Text Example
Text Example
White with #D20074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20074; }
p { color: rgb(210,0,116); }
H1.HeaderClassName
{
color: #D20074;
}
.AnyTagClassName
{
color: #D20074;
}
</style>
background-color css
<style>
a { background-color: #D20074; }
a { background-color: rgb(210,0,116); }
div.DivClassName
{
background-color: #D20074;
}
.BgClassName
{
background-color: #D20074;
}
</style>
border-color css
<style>
span { border-color: #D20074; }
span { border-color: rgb(210,0,116); }
td.TdClassName
{
border-color: #D20074;
}
.TagClassName
{
border-color: #D20074;
}
</style>