Shades of Medium Violet Red #D40BA0
Tints of Medium Violet Red #D40BA0
RGB
CMYK
RGB Variations
Color information
#D40BA0 (or 0xD40BA0) is known color: Medium Violet Red. HEX triplet: D4, 0B and A0. RGB value is (212,11,160). Sum of RGB (Red+Green+Blue) = 212+11+160=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40BA0 is #2BF45F. Grayscale: #575757. Windows color (decimal): -2880608 or 10488788. OLE color: 10488788.
HSL color Cylindrical-coordinate representation of color #D40BA0: hue angle of 315.52º 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 #D40BA0 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 160 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.17 |
| HSL | 315.52º | 0.9% | 0.44% | - |
| HSV(B) | 315.52º | 0.95% | 0.83% | - |
| XYZ | 33.62 | 16.77 | 34.72 | - |
| YUV | 88.09 | 168.59 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 160 | 0 | 0.95 | 0.25 | 0.17 | 315.52 | 0.9 | 0.44 |
| Hex | D4 | B | A0 | 0 | 5F | 19 | 11 | 13C | 5A | 2C |
| Octal | 324 | 13 | 240 | 0 | 137 | 31 | 21 | 474 | 132 | 54 |
| Binary | 11010100 | 1011 | 10100000 | 0 | 1011111 | 11001 | 10001 | 100111100 | 1011010 | 101100 |
Color Harmonies of #D40BA0
Complementary color
Monochromatic Colors of #D40BA0
Black with #D40BA0
Text Example
Text Example
White with #D40BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BA0; }
p { color: rgb(212,11,160); }
H1.HeaderClassName
{
color: #D40BA0;
}
.AnyTagClassName
{
color: #D40BA0;
}
</style>
background-color css
<style>
a { background-color: #D40BA0; }
a { background-color: rgb(212,11,160); }
div.DivClassName
{
background-color: #D40BA0;
}
.BgClassName
{
background-color: #D40BA0;
}
</style>
border-color css
<style>
span { border-color: #D40BA0; }
span { border-color: rgb(212,11,160); }
td.TdClassName
{
border-color: #D40BA0;
}
.TagClassName
{
border-color: #D40BA0;
}
</style>