Shades of Medium Violet Red #D40392
Tints of Medium Violet Red #D40392
RGB
CMYK
RGB Variations
Color information
#D40392 (or 0xD40392) is known color: Medium Violet Red. HEX triplet: D4, 03 and 92. RGB value is (212,3,146). Sum of RGB (Red+Green+Blue) = 212+3+146=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D40392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40392 is #2BFC6D. Grayscale: #515151. Windows color (decimal): -2882670 or 9569236. OLE color: 9569236.
HSL color Cylindrical-coordinate representation of color #D40392: hue angle of 318.95º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40392 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.17 |
| HSL | 318.95º | 0.97% | 0.42% | - |
| HSV(B) | 318.95º | 0.99% | 0.83% | - |
| XYZ | 32.37 | 16.14 | 28.6 | - |
| YUV | 81.79 | 164.24 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 146 | 0 | 0.99 | 0.31 | 0.17 | 318.95 | 0.97 | 0.42 |
| Hex | D4 | 3 | 92 | 0 | 63 | 1F | 11 | 13F | 61 | 2A |
| Octal | 324 | 3 | 222 | 0 | 143 | 37 | 21 | 477 | 141 | 52 |
| Binary | 11010100 | 11 | 10010010 | 0 | 1100011 | 11111 | 10001 | 100111111 | 1100001 | 101010 |
Color Harmonies of #D40392
Complementary color
Monochromatic Colors of #D40392
Black with #D40392
Text Example
Text Example
White with #D40392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40392; }
p { color: rgb(212,3,146); }
H1.HeaderClassName
{
color: #D40392;
}
.AnyTagClassName
{
color: #D40392;
}
</style>
background-color css
<style>
a { background-color: #D40392; }
a { background-color: rgb(212,3,146); }
div.DivClassName
{
background-color: #D40392;
}
.BgClassName
{
background-color: #D40392;
}
</style>
border-color css
<style>
span { border-color: #D40392; }
span { border-color: rgb(212,3,146); }
td.TdClassName
{
border-color: #D40392;
}
.TagClassName
{
border-color: #D40392;
}
</style>