Shades of Medium Violet Red #D40F81
Tints of Medium Violet Red #D40F81
RGB
CMYK
RGB Variations
Color information
#D40F81 (or 0xD40F81) is known color: Medium Violet Red. HEX triplet: D4, 0F and 81. RGB value is (212,15,129). Sum of RGB (Red+Green+Blue) = 212+15+129=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40F81 is #2BF07E. Grayscale: #565656. Windows color (decimal): -2879615 or 8458196. OLE color: 8458196.
HSL color Cylindrical-coordinate representation of color #D40F81: hue angle of 325.28º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F81 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 129 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.17 |
| HSL | 325.28º | 0.87% | 0.45% | - |
| HSV(B) | 325.28º | 0.93% | 0.83% | - |
| XYZ | 31.28 | 15.92 | 22.19 | - |
| YUV | 86.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 129 | 0 | 0.93 | 0.39 | 0.17 | 325.28 | 0.87 | 0.45 |
| Hex | D4 | F | 81 | 0 | 5D | 27 | 11 | 145 | 57 | 2D |
| Octal | 324 | 17 | 201 | 0 | 135 | 47 | 21 | 505 | 127 | 55 |
| Binary | 11010100 | 1111 | 10000001 | 0 | 1011101 | 100111 | 10001 | 101000101 | 1010111 | 101101 |
Color Harmonies of #D40F81
Complementary color
Monochromatic Colors of #D40F81
Black with #D40F81
Text Example
Text Example
White with #D40F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F81; }
p { color: rgb(212,15,129); }
H1.HeaderClassName
{
color: #D40F81;
}
.AnyTagClassName
{
color: #D40F81;
}
</style>
background-color css
<style>
a { background-color: #D40F81; }
a { background-color: rgb(212,15,129); }
div.DivClassName
{
background-color: #D40F81;
}
.BgClassName
{
background-color: #D40F81;
}
</style>
border-color css
<style>
span { border-color: #D40F81; }
span { border-color: rgb(212,15,129); }
td.TdClassName
{
border-color: #D40F81;
}
.TagClassName
{
border-color: #D40F81;
}
</style>