Shades of Medium Violet Red #D40185
Tints of Medium Violet Red #D40185
RGB
CMYK
RGB Variations
Color information
#D40185 (or 0xD40185) is known color: Medium Violet Red. HEX triplet: D4, 01 and 85. RGB value is (212,1,133). Sum of RGB (Red+Green+Blue) = 212+1+133=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D40185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40185 is #2BFE7A. Grayscale: #4E4E4E. Windows color (decimal): -2883195 or 8716756. OLE color: 8716756.
HSL color Cylindrical-coordinate representation of color #D40185: hue angle of 322.46º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40185 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.17 |
| HSL | 322.46º | 0.99% | 0.42% | - |
| HSV(B) | 322.46º | 1% | 0.83% | - |
| XYZ | 31.4 | 15.71 | 23.57 | - |
| YUV | 79.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 133 | 0 | 1.00 | 0.37 | 0.17 | 322.46 | 0.99 | 0.42 |
| Hex | D4 | 1 | 85 | 0 | 64 | 25 | 11 | 142 | 63 | 2A |
| Octal | 324 | 1 | 205 | 0 | 144 | 45 | 21 | 502 | 143 | 52 |
| Binary | 11010100 | 1 | 10000101 | 0 | 1100100 | 100101 | 10001 | 101000010 | 1100011 | 101010 |
Color Harmonies of #D40185
Complementary color
Monochromatic Colors of #D40185
Black with #D40185
Text Example
Text Example
White with #D40185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40185; }
p { color: rgb(212,1,133); }
H1.HeaderClassName
{
color: #D40185;
}
.AnyTagClassName
{
color: #D40185;
}
</style>
background-color css
<style>
a { background-color: #D40185; }
a { background-color: rgb(212,1,133); }
div.DivClassName
{
background-color: #D40185;
}
.BgClassName
{
background-color: #D40185;
}
</style>
border-color css
<style>
span { border-color: #D40185; }
span { border-color: rgb(212,1,133); }
td.TdClassName
{
border-color: #D40185;
}
.TagClassName
{
border-color: #D40185;
}
</style>