Shades of Medium Violet Red #D40B84
Tints of Medium Violet Red #D40B84
RGB
CMYK
RGB Variations
Color information
#D40B84 (or 0xD40B84) is known color: Medium Violet Red. HEX triplet: D4, 0B and 84. RGB value is (212,11,132). Sum of RGB (Red+Green+Blue) = 212+11+132=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B84 is #2BF47B. Grayscale: #545454. Windows color (decimal): -2880636 or 8653780. OLE color: 8653780.
HSL color Cylindrical-coordinate representation of color #D40B84: hue angle of 323.88º 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 #D40B84 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 132 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.17 |
| HSL | 323.88º | 0.9% | 0.44% | - |
| HSV(B) | 323.88º | 0.95% | 0.83% | - |
| XYZ | 31.44 | 15.9 | 23.24 | - |
| YUV | 84.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 132 | 0 | 0.95 | 0.38 | 0.17 | 323.88 | 0.9 | 0.44 |
| Hex | D4 | B | 84 | 0 | 5F | 26 | 11 | 144 | 5A | 2C |
| Octal | 324 | 13 | 204 | 0 | 137 | 46 | 21 | 504 | 132 | 54 |
| Binary | 11010100 | 1011 | 10000100 | 0 | 1011111 | 100110 | 10001 | 101000100 | 1011010 | 101100 |
Color Harmonies of #D40B84
Complementary color
Monochromatic Colors of #D40B84
Black with #D40B84
Text Example
Text Example
White with #D40B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B84; }
p { color: rgb(212,11,132); }
H1.HeaderClassName
{
color: #D40B84;
}
.AnyTagClassName
{
color: #D40B84;
}
</style>
background-color css
<style>
a { background-color: #D40B84; }
a { background-color: rgb(212,11,132); }
div.DivClassName
{
background-color: #D40B84;
}
.BgClassName
{
background-color: #D40B84;
}
</style>
border-color css
<style>
span { border-color: #D40B84; }
span { border-color: rgb(212,11,132); }
td.TdClassName
{
border-color: #D40B84;
}
.TagClassName
{
border-color: #D40B84;
}
</style>