Shades of Medium Violet Red #D51397
Tints of Medium Violet Red #D51397
RGB
CMYK
RGB Variations
Color information
#D51397 (or 0xD51397) is known color: Medium Violet Red. HEX triplet: D5, 13 and 97. RGB value is (213,19,151). Sum of RGB (Red+Green+Blue) = 213+19+151=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51397 is #2AEC68. Grayscale: #5B5B5B. Windows color (decimal): -2813033 or 9901013. OLE color: 9901013.
HSL color Cylindrical-coordinate representation of color #D51397: hue angle of 319.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51397 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.16 |
| HSL | 319.18º | 0.84% | 0.45% | - |
| HSV(B) | 319.18º | 0.91% | 0.84% | - |
| XYZ | 33.26 | 16.85 | 30.78 | - |
| YUV | 92.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 151 | 0 | 0.91 | 0.29 | 0.16 | 319.18 | 0.84 | 0.45 |
| Hex | D5 | 13 | 97 | 0 | 5B | 1D | 10 | 13F | 54 | 2D |
| Octal | 325 | 23 | 227 | 0 | 133 | 35 | 20 | 477 | 124 | 55 |
| Binary | 11010101 | 10011 | 10010111 | 0 | 1011011 | 11101 | 10000 | 100111111 | 1010100 | 101101 |
Color Harmonies of #D51397
Complementary color
Monochromatic Colors of #D51397
Black with #D51397
Text Example
Text Example
White with #D51397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51397; }
p { color: rgb(213,19,151); }
H1.HeaderClassName
{
color: #D51397;
}
.AnyTagClassName
{
color: #D51397;
}
</style>
background-color css
<style>
a { background-color: #D51397; }
a { background-color: rgb(213,19,151); }
div.DivClassName
{
background-color: #D51397;
}
.BgClassName
{
background-color: #D51397;
}
</style>
border-color css
<style>
span { border-color: #D51397; }
span { border-color: rgb(213,19,151); }
td.TdClassName
{
border-color: #D51397;
}
.TagClassName
{
border-color: #D51397;
}
</style>