Shades of Medium Violet Red #D31488
Tints of Medium Violet Red #D31488
RGB
CMYK
RGB Variations
Color information
#D31488 (or 0xD31488) is known color: Medium Violet Red. HEX triplet: D3, 14 and 88. RGB value is (211,20,136). Sum of RGB (Red+Green+Blue) = 211+20+136=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D31488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31488 is #2CEB77. Grayscale: #5A5A5A. Windows color (decimal): -2943864 or 8918227. OLE color: 8918227.
HSL color Cylindrical-coordinate representation of color #D31488: hue angle of 323.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31488 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 136 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.17 |
| HSL | 323.56º | 0.83% | 0.45% | - |
| HSV(B) | 323.56º | 0.91% | 0.83% | - |
| XYZ | 31.56 | 16.13 | 24.74 | - |
| YUV | 90.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 136 | 0 | 0.91 | 0.36 | 0.17 | 323.56 | 0.83 | 0.45 |
| Hex | D3 | 14 | 88 | 0 | 5B | 24 | 11 | 144 | 53 | 2D |
| Octal | 323 | 24 | 210 | 0 | 133 | 44 | 21 | 504 | 123 | 55 |
| Binary | 11010011 | 10100 | 10001000 | 0 | 1011011 | 100100 | 10001 | 101000100 | 1010011 | 101101 |
Color Harmonies of #D31488
Complementary color
Monochromatic Colors of #D31488
Black with #D31488
Text Example
Text Example
White with #D31488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31488; }
p { color: rgb(211,20,136); }
H1.HeaderClassName
{
color: #D31488;
}
.AnyTagClassName
{
color: #D31488;
}
</style>
background-color css
<style>
a { background-color: #D31488; }
a { background-color: rgb(211,20,136); }
div.DivClassName
{
background-color: #D31488;
}
.BgClassName
{
background-color: #D31488;
}
</style>
border-color css
<style>
span { border-color: #D31488; }
span { border-color: rgb(211,20,136); }
td.TdClassName
{
border-color: #D31488;
}
.TagClassName
{
border-color: #D31488;
}
</style>