Shades of Medium Violet Red #D40B74
Tints of Medium Violet Red #D40B74
RGB
CMYK
RGB Variations
Color information
#D40B74 (or 0xD40B74) is known color: Medium Violet Red. HEX triplet: D4, 0B and 74. RGB value is (212,11,116). Sum of RGB (Red+Green+Blue) = 212+11+116=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B74 is #2BF48B. Grayscale: #525252. Windows color (decimal): -2880652 or 7605204. OLE color: 7605204.
HSL color Cylindrical-coordinate representation of color #D40B74: hue angle of 328.66º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B74 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 116 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.17 |
| HSL | 328.66º | 0.9% | 0.44% | - |
| HSV(B) | 328.66º | 0.95% | 0.83% | - |
| XYZ | 30.42 | 15.5 | 17.91 | - |
| YUV | 83.07 | 146.59 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 116 | 0 | 0.95 | 0.45 | 0.17 | 328.66 | 0.9 | 0.44 |
| Hex | D4 | B | 74 | 0 | 5F | 2D | 11 | 149 | 5A | 2C |
| Octal | 324 | 13 | 164 | 0 | 137 | 55 | 21 | 511 | 132 | 54 |
| Binary | 11010100 | 1011 | 1110100 | 0 | 1011111 | 101101 | 10001 | 101001001 | 1011010 | 101100 |
Color Harmonies of #D40B74
Complementary color
Monochromatic Colors of #D40B74
Black with #D40B74
Text Example
Text Example
White with #D40B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B74; }
p { color: rgb(212,11,116); }
H1.HeaderClassName
{
color: #D40B74;
}
.AnyTagClassName
{
color: #D40B74;
}
</style>
background-color css
<style>
a { background-color: #D40B74; }
a { background-color: rgb(212,11,116); }
div.DivClassName
{
background-color: #D40B74;
}
.BgClassName
{
background-color: #D40B74;
}
</style>
border-color css
<style>
span { border-color: #D40B74; }
span { border-color: rgb(212,11,116); }
td.TdClassName
{
border-color: #D40B74;
}
.TagClassName
{
border-color: #D40B74;
}
</style>