Shades of Medium Violet Red #D40B80
Tints of Medium Violet Red #D40B80
RGB
CMYK
RGB Variations
Color information
#D40B80 (or 0xD40B80) is known color: Medium Violet Red. HEX triplet: D4, 0B and 80. RGB value is (212,11,128). Sum of RGB (Red+Green+Blue) = 212+11+128=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40B80 is #2BF47F. Grayscale: #545454. Windows color (decimal): -2880640 or 8391636. OLE color: 8391636.
HSL color Cylindrical-coordinate representation of color #D40B80: hue angle of 325.07º 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 #D40B80 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 128 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.17 |
| HSL | 325.07º | 0.9% | 0.44% | - |
| HSV(B) | 325.07º | 0.95% | 0.83% | - |
| XYZ | 31.17 | 15.79 | 21.83 | - |
| YUV | 84.44 | 152.59 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 128 | 0 | 0.95 | 0.40 | 0.17 | 325.07 | 0.9 | 0.44 |
| Hex | D4 | B | 80 | 0 | 5F | 28 | 11 | 145 | 5A | 2C |
| Octal | 324 | 13 | 200 | 0 | 137 | 50 | 21 | 505 | 132 | 54 |
| Binary | 11010100 | 1011 | 10000000 | 0 | 1011111 | 101000 | 10001 | 101000101 | 1011010 | 101100 |
Color Harmonies of #D40B80
Complementary color
Monochromatic Colors of #D40B80
Black with #D40B80
Text Example
Text Example
White with #D40B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B80; }
p { color: rgb(212,11,128); }
H1.HeaderClassName
{
color: #D40B80;
}
.AnyTagClassName
{
color: #D40B80;
}
</style>
background-color css
<style>
a { background-color: #D40B80; }
a { background-color: rgb(212,11,128); }
div.DivClassName
{
background-color: #D40B80;
}
.BgClassName
{
background-color: #D40B80;
}
</style>
border-color css
<style>
span { border-color: #D40B80; }
span { border-color: rgb(212,11,128); }
td.TdClassName
{
border-color: #D40B80;
}
.TagClassName
{
border-color: #D40B80;
}
</style>