Shades of Medium Violet Red #D31897
Tints of Medium Violet Red #D31897
RGB
CMYK
RGB Variations
Color information
#D31897 (or 0xD31897) is known color: Medium Violet Red. HEX triplet: D3, 18 and 97. RGB value is (211,24,151). Sum of RGB (Red+Green+Blue) = 211+24+151=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D31897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31897 is #2CE768. Grayscale: #5E5E5E. Windows color (decimal): -2942825 or 9902291. OLE color: 9902291.
HSL color Cylindrical-coordinate representation of color #D31897: hue angle of 319.25º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31897 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 151 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.17 |
| HSL | 319.25º | 0.8% | 0.46% | - |
| HSV(B) | 319.25º | 0.89% | 0.83% | - |
| XYZ | 32.78 | 16.74 | 30.78 | - |
| YUV | 94.39 | 159.95 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 151 | 0 | 0.89 | 0.28 | 0.17 | 319.25 | 0.8 | 0.46 |
| Hex | D3 | 18 | 97 | 0 | 59 | 1C | 11 | 13F | 50 | 2E |
| Octal | 323 | 30 | 227 | 0 | 131 | 34 | 21 | 477 | 120 | 56 |
| Binary | 11010011 | 11000 | 10010111 | 0 | 1011001 | 11100 | 10001 | 100111111 | 1010000 | 101110 |
Color Harmonies of #D31897
Complementary color
Monochromatic Colors of #D31897
Black with #D31897
Text Example
Text Example
White with #D31897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31897; }
p { color: rgb(211,24,151); }
H1.HeaderClassName
{
color: #D31897;
}
.AnyTagClassName
{
color: #D31897;
}
</style>
background-color css
<style>
a { background-color: #D31897; }
a { background-color: rgb(211,24,151); }
div.DivClassName
{
background-color: #D31897;
}
.BgClassName
{
background-color: #D31897;
}
</style>
border-color css
<style>
span { border-color: #D31897; }
span { border-color: rgb(211,24,151); }
td.TdClassName
{
border-color: #D31897;
}
.TagClassName
{
border-color: #D31897;
}
</style>