Shades of Medium Violet Red #D2077C
Tints of Medium Violet Red #D2077C
RGB
CMYK
RGB Variations
Color information
#D2077C (or 0xD2077C) is known color: Medium Violet Red. HEX triplet: D2, 07 and 7C. RGB value is (210,7,124). Sum of RGB (Red+Green+Blue) = 210+7+124=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2077C is #2DF883. Grayscale: #505050. Windows color (decimal): -3012740 or 8128466. OLE color: 8128466.
HSL color Cylindrical-coordinate representation of color #D2077C: hue angle of 325.42º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2077C is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.18 |
| HSL | 325.42º | 0.94% | 0.43% | - |
| HSV(B) | 325.42º | 0.97% | 0.82% | - |
| XYZ | 30.29 | 15.31 | 20.43 | - |
| YUV | 81.04 | 152.25 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 124 | 0 | 0.97 | 0.41 | 0.18 | 325.42 | 0.94 | 0.43 |
| Hex | D2 | 7 | 7C | 0 | 61 | 29 | 12 | 145 | 5E | 2B |
| Octal | 322 | 7 | 174 | 0 | 141 | 51 | 22 | 505 | 136 | 53 |
| Binary | 11010010 | 111 | 1111100 | 0 | 1100001 | 101001 | 10010 | 101000101 | 1011110 | 101011 |
Color Harmonies of #D2077C
Complementary color
Monochromatic Colors of #D2077C
Black with #D2077C
Text Example
Text Example
White with #D2077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2077C; }
p { color: rgb(210,7,124); }
H1.HeaderClassName
{
color: #D2077C;
}
.AnyTagClassName
{
color: #D2077C;
}
</style>
background-color css
<style>
a { background-color: #D2077C; }
a { background-color: rgb(210,7,124); }
div.DivClassName
{
background-color: #D2077C;
}
.BgClassName
{
background-color: #D2077C;
}
</style>
border-color css
<style>
span { border-color: #D2077C; }
span { border-color: rgb(210,7,124); }
td.TdClassName
{
border-color: #D2077C;
}
.TagClassName
{
border-color: #D2077C;
}
</style>