Shades of Medium Violet Red #D20877
Tints of Medium Violet Red #D20877
RGB
CMYK
RGB Variations
Color information
#D20877 (or 0xD20877) is known color: Medium Violet Red. HEX triplet: D2, 08 and 77. RGB value is (210,8,119). Sum of RGB (Red+Green+Blue) = 210+8+119=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D20877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20877 is #2DF788. Grayscale: #505050. Windows color (decimal): -3012489 or 7801042. OLE color: 7801042.
HSL color Cylindrical-coordinate representation of color #D20877: hue angle of 327.03º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20877 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.18 |
| HSL | 327.03º | 0.93% | 0.43% | - |
| HSV(B) | 327.03º | 0.96% | 0.82% | - |
| XYZ | 29.99 | 15.21 | 18.81 | - |
| YUV | 81.05 | 149.42 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 119 | 0 | 0.96 | 0.43 | 0.18 | 327.03 | 0.93 | 0.43 |
| Hex | D2 | 8 | 77 | 0 | 60 | 2B | 12 | 147 | 5D | 2B |
| Octal | 322 | 10 | 167 | 0 | 140 | 53 | 22 | 507 | 135 | 53 |
| Binary | 11010010 | 1000 | 1110111 | 0 | 1100000 | 101011 | 10010 | 101000111 | 1011101 | 101011 |
Color Harmonies of #D20877
Complementary color
Monochromatic Colors of #D20877
Black with #D20877
Text Example
Text Example
White with #D20877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20877; }
p { color: rgb(210,8,119); }
H1.HeaderClassName
{
color: #D20877;
}
.AnyTagClassName
{
color: #D20877;
}
</style>
background-color css
<style>
a { background-color: #D20877; }
a { background-color: rgb(210,8,119); }
div.DivClassName
{
background-color: #D20877;
}
.BgClassName
{
background-color: #D20877;
}
</style>
border-color css
<style>
span { border-color: #D20877; }
span { border-color: rgb(210,8,119); }
td.TdClassName
{
border-color: #D20877;
}
.TagClassName
{
border-color: #D20877;
}
</style>