Shades of Medium Violet Red #D40198
Tints of Medium Violet Red #D40198
RGB
CMYK
RGB Variations
Color information
#D40198 (or 0xD40198) is known color: Medium Violet Red. HEX triplet: D4, 01 and 98. RGB value is (212,1,152). Sum of RGB (Red+Green+Blue) = 212+1+152=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D40198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40198 is #2BFE67. Grayscale: #505050. Windows color (decimal): -2883176 or 9961940. OLE color: 9961940.
HSL color Cylindrical-coordinate representation of color #D40198: hue angle of 317.06º 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 #D40198 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.17 |
| HSL | 317.06º | 0.99% | 0.42% | - |
| HSV(B) | 317.06º | 1% | 0.83% | - |
| XYZ | 32.83 | 16.29 | 31.12 | - |
| YUV | 81.3 | 167.9 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 152 | 0 | 1.00 | 0.28 | 0.17 | 317.06 | 0.99 | 0.42 |
| Hex | D4 | 1 | 98 | 0 | 64 | 1C | 11 | 13D | 63 | 2A |
| Octal | 324 | 1 | 230 | 0 | 144 | 34 | 21 | 475 | 143 | 52 |
| Binary | 11010100 | 1 | 10011000 | 0 | 1100100 | 11100 | 10001 | 100111101 | 1100011 | 101010 |
Color Harmonies of #D40198
Complementary color
Monochromatic Colors of #D40198
Black with #D40198
Text Example
Text Example
White with #D40198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40198; }
p { color: rgb(212,1,152); }
H1.HeaderClassName
{
color: #D40198;
}
.AnyTagClassName
{
color: #D40198;
}
</style>
background-color css
<style>
a { background-color: #D40198; }
a { background-color: rgb(212,1,152); }
div.DivClassName
{
background-color: #D40198;
}
.BgClassName
{
background-color: #D40198;
}
</style>
border-color css
<style>
span { border-color: #D40198; }
span { border-color: rgb(212,1,152); }
td.TdClassName
{
border-color: #D40198;
}
.TagClassName
{
border-color: #D40198;
}
</style>