Shades of Medium Violet Red #D40397
Tints of Medium Violet Red #D40397
RGB
CMYK
RGB Variations
Color information
#D40397 (or 0xD40397) is known color: Medium Violet Red. HEX triplet: D4, 03 and 97. RGB value is (212,3,151). Sum of RGB (Red+Green+Blue) = 212+3+151=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D40397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40397 is #2BFC68. Grayscale: #515151. Windows color (decimal): -2882665 or 9896916. OLE color: 9896916.
HSL color Cylindrical-coordinate representation of color #D40397: hue angle of 317.51º 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 #D40397 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.17 |
| HSL | 317.51º | 0.97% | 0.42% | - |
| HSV(B) | 317.51º | 0.99% | 0.83% | - |
| XYZ | 32.77 | 16.3 | 30.7 | - |
| YUV | 82.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 151 | 0 | 0.99 | 0.29 | 0.17 | 317.51 | 0.97 | 0.42 |
| Hex | D4 | 3 | 97 | 0 | 63 | 1D | 11 | 13E | 61 | 2A |
| Octal | 324 | 3 | 227 | 0 | 143 | 35 | 21 | 476 | 141 | 52 |
| Binary | 11010100 | 11 | 10010111 | 0 | 1100011 | 11101 | 10001 | 100111110 | 1100001 | 101010 |
Color Harmonies of #D40397
Complementary color
Monochromatic Colors of #D40397
Black with #D40397
Text Example
Text Example
White with #D40397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40397; }
p { color: rgb(212,3,151); }
H1.HeaderClassName
{
color: #D40397;
}
.AnyTagClassName
{
color: #D40397;
}
</style>
background-color css
<style>
a { background-color: #D40397; }
a { background-color: rgb(212,3,151); }
div.DivClassName
{
background-color: #D40397;
}
.BgClassName
{
background-color: #D40397;
}
</style>
border-color css
<style>
span { border-color: #D40397; }
span { border-color: rgb(212,3,151); }
td.TdClassName
{
border-color: #D40397;
}
.TagClassName
{
border-color: #D40397;
}
</style>