Shades of Medium Violet Red #D40B7A
Tints of Medium Violet Red #D40B7A
RGB
CMYK
RGB Variations
Color information
#D40B7A (or 0xD40B7A) is known color: Medium Violet Red. HEX triplet: D4, 0B and 7A. RGB value is (212,11,122). Sum of RGB (Red+Green+Blue) = 212+11+122=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B7A is #2BF485. Grayscale: #535353. Windows color (decimal): -2880646 or 7998420. OLE color: 7998420.
HSL color Cylindrical-coordinate representation of color #D40B7A: hue angle of 326.87º 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 #D40B7A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 122 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.17 |
| HSL | 326.87º | 0.9% | 0.44% | - |
| HSV(B) | 326.87º | 0.95% | 0.83% | - |
| XYZ | 30.78 | 15.64 | 19.81 | - |
| YUV | 83.75 | 149.59 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 122 | 0 | 0.95 | 0.42 | 0.17 | 326.87 | 0.9 | 0.44 |
| Hex | D4 | B | 7A | 0 | 5F | 2A | 11 | 147 | 5A | 2C |
| Octal | 324 | 13 | 172 | 0 | 137 | 52 | 21 | 507 | 132 | 54 |
| Binary | 11010100 | 1011 | 1111010 | 0 | 1011111 | 101010 | 10001 | 101000111 | 1011010 | 101100 |
Color Harmonies of #D40B7A
Complementary color
Monochromatic Colors of #D40B7A
Black with #D40B7A
Text Example
Text Example
White with #D40B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B7A; }
p { color: rgb(212,11,122); }
H1.HeaderClassName
{
color: #D40B7A;
}
.AnyTagClassName
{
color: #D40B7A;
}
</style>
background-color css
<style>
a { background-color: #D40B7A; }
a { background-color: rgb(212,11,122); }
div.DivClassName
{
background-color: #D40B7A;
}
.BgClassName
{
background-color: #D40B7A;
}
</style>
border-color css
<style>
span { border-color: #D40B7A; }
span { border-color: rgb(212,11,122); }
td.TdClassName
{
border-color: #D40B7A;
}
.TagClassName
{
border-color: #D40B7A;
}
</style>