Shades of Medium Violet Red #D40798
Tints of Medium Violet Red #D40798
RGB
CMYK
RGB Variations
Color information
#D40798 (or 0xD40798) is known color: Medium Violet Red. HEX triplet: D4, 07 and 98. RGB value is (212,7,152). Sum of RGB (Red+Green+Blue) = 212+7+152=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D40798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40798 is #2BF867. Grayscale: #545454. Windows color (decimal): -2881640 or 9963476. OLE color: 9963476.
HSL color Cylindrical-coordinate representation of color #D40798: hue angle of 317.56º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40798 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.17 |
| HSL | 317.56º | 0.94% | 0.43% | - |
| HSV(B) | 317.56º | 0.97% | 0.83% | - |
| XYZ | 32.89 | 16.42 | 31.14 | - |
| YUV | 84.83 | 165.92 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 152 | 0 | 0.97 | 0.28 | 0.17 | 317.56 | 0.94 | 0.43 |
| Hex | D4 | 7 | 98 | 0 | 61 | 1C | 11 | 13E | 5E | 2B |
| Octal | 324 | 7 | 230 | 0 | 141 | 34 | 21 | 476 | 136 | 53 |
| Binary | 11010100 | 111 | 10011000 | 0 | 1100001 | 11100 | 10001 | 100111110 | 1011110 | 101011 |
Color Harmonies of #D40798
Complementary color
Monochromatic Colors of #D40798
Black with #D40798
Text Example
Text Example
White with #D40798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40798; }
p { color: rgb(212,7,152); }
H1.HeaderClassName
{
color: #D40798;
}
.AnyTagClassName
{
color: #D40798;
}
</style>
background-color css
<style>
a { background-color: #D40798; }
a { background-color: rgb(212,7,152); }
div.DivClassName
{
background-color: #D40798;
}
.BgClassName
{
background-color: #D40798;
}
</style>
border-color css
<style>
span { border-color: #D40798; }
span { border-color: rgb(212,7,152); }
td.TdClassName
{
border-color: #D40798;
}
.TagClassName
{
border-color: #D40798;
}
</style>