Shades of Medium Violet Red #D20874
Tints of Medium Violet Red #D20874
RGB
CMYK
RGB Variations
Color information
#D20874 (or 0xD20874) is known color: Medium Violet Red. HEX triplet: D2, 08 and 74. RGB value is (210,8,116). Sum of RGB (Red+Green+Blue) = 210+8+116=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D20874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20874 is #2DF78B. Grayscale: #505050. Windows color (decimal): -3012492 or 7604434. OLE color: 7604434.
HSL color Cylindrical-coordinate representation of color #D20874: hue angle of 327.92º 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 #D20874 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 116 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.18 |
| HSL | 327.92º | 0.93% | 0.43% | - |
| HSV(B) | 327.92º | 0.96% | 0.82% | - |
| XYZ | 29.82 | 15.14 | 17.87 | - |
| YUV | 80.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 116 | 0 | 0.96 | 0.45 | 0.18 | 327.92 | 0.93 | 0.43 |
| Hex | D2 | 8 | 74 | 0 | 60 | 2D | 12 | 148 | 5D | 2B |
| Octal | 322 | 10 | 164 | 0 | 140 | 55 | 22 | 510 | 135 | 53 |
| Binary | 11010010 | 1000 | 1110100 | 0 | 1100000 | 101101 | 10010 | 101001000 | 1011101 | 101011 |
Color Harmonies of #D20874
Complementary color
Monochromatic Colors of #D20874
Black with #D20874
Text Example
Text Example
White with #D20874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20874; }
p { color: rgb(210,8,116); }
H1.HeaderClassName
{
color: #D20874;
}
.AnyTagClassName
{
color: #D20874;
}
</style>
background-color css
<style>
a { background-color: #D20874; }
a { background-color: rgb(210,8,116); }
div.DivClassName
{
background-color: #D20874;
}
.BgClassName
{
background-color: #D20874;
}
</style>
border-color css
<style>
span { border-color: #D20874; }
span { border-color: rgb(210,8,116); }
td.TdClassName
{
border-color: #D20874;
}
.TagClassName
{
border-color: #D20874;
}
</style>