Shades of Medium Violet Red #D20F78
Tints of Medium Violet Red #D20F78
RGB
CMYK
RGB Variations
Color information
#D20F78 (or 0xD20F78) is known color: Medium Violet Red. HEX triplet: D2, 0F and 78. RGB value is (210,15,120). Sum of RGB (Red+Green+Blue) = 210+15+120=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20F78 is #2DF087. Grayscale: #555555. Windows color (decimal): -3010696 or 7868370. OLE color: 7868370.
HSL color Cylindrical-coordinate representation of color #D20F78: hue angle of 327.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F78 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.18 |
| HSL | 327.69º | 0.87% | 0.44% | - |
| HSV(B) | 327.69º | 0.93% | 0.82% | - |
| XYZ | 30.14 | 15.4 | 19.15 | - |
| YUV | 85.28 | 147.6 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 120 | 0 | 0.93 | 0.43 | 0.18 | 327.69 | 0.87 | 0.44 |
| Hex | D2 | F | 78 | 0 | 5D | 2B | 12 | 148 | 57 | 2C |
| Octal | 322 | 17 | 170 | 0 | 135 | 53 | 22 | 510 | 127 | 54 |
| Binary | 11010010 | 1111 | 1111000 | 0 | 1011101 | 101011 | 10010 | 101001000 | 1010111 | 101100 |
Color Harmonies of #D20F78
Complementary color
Monochromatic Colors of #D20F78
Black with #D20F78
Text Example
Text Example
White with #D20F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20F78; }
p { color: rgb(210,15,120); }
H1.HeaderClassName
{
color: #D20F78;
}
.AnyTagClassName
{
color: #D20F78;
}
</style>
background-color css
<style>
a { background-color: #D20F78; }
a { background-color: rgb(210,15,120); }
div.DivClassName
{
background-color: #D20F78;
}
.BgClassName
{
background-color: #D20F78;
}
</style>
border-color css
<style>
span { border-color: #D20F78; }
span { border-color: rgb(210,15,120); }
td.TdClassName
{
border-color: #D20F78;
}
.TagClassName
{
border-color: #D20F78;
}
</style>