Shades of Medium Violet Red #D40295
Tints of Medium Violet Red #D40295
RGB
CMYK
RGB Variations
Color information
#D40295 (or 0xD40295) is known color: Medium Violet Red. HEX triplet: D4, 02 and 95. RGB value is (212,2,149). Sum of RGB (Red+Green+Blue) = 212+2+149=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D40295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40295 is #2BFD6A. Grayscale: #515151. Windows color (decimal): -2882923 or 9765588. OLE color: 9765588.
HSL color Cylindrical-coordinate representation of color #D40295: hue angle of 318º degrees, saturation: 0.98, 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 #D40295 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.17 |
| HSL | 318º | 0.98% | 0.42% | - |
| HSV(B) | 318º | 0.99% | 0.83% | - |
| XYZ | 32.6 | 16.21 | 29.84 | - |
| YUV | 81.55 | 166.07 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 149 | 0 | 0.99 | 0.30 | 0.17 | 318 | 0.98 | 0.42 |
| Hex | D4 | 2 | 95 | 0 | 63 | 1E | 11 | 13E | 62 | 2A |
| Octal | 324 | 2 | 225 | 0 | 143 | 36 | 21 | 476 | 142 | 52 |
| Binary | 11010100 | 10 | 10010101 | 0 | 1100011 | 11110 | 10001 | 100111110 | 1100010 | 101010 |
Color Harmonies of #D40295
Complementary color
Monochromatic Colors of #D40295
Black with #D40295
Text Example
Text Example
White with #D40295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40295; }
p { color: rgb(212,2,149); }
H1.HeaderClassName
{
color: #D40295;
}
.AnyTagClassName
{
color: #D40295;
}
</style>
background-color css
<style>
a { background-color: #D40295; }
a { background-color: rgb(212,2,149); }
div.DivClassName
{
background-color: #D40295;
}
.BgClassName
{
background-color: #D40295;
}
</style>
border-color css
<style>
span { border-color: #D40295; }
span { border-color: rgb(212,2,149); }
td.TdClassName
{
border-color: #D40295;
}
.TagClassName
{
border-color: #D40295;
}
</style>