Shades of Medium Violet Red #D4038E
Tints of Medium Violet Red #D4038E
RGB
CMYK
RGB Variations
Color information
#D4038E (or 0xD4038E) is known color: Medium Violet Red. HEX triplet: D4, 03 and 8E. RGB value is (212,3,142). Sum of RGB (Red+Green+Blue) = 212+3+142=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4038E is #2BFC71. Grayscale: #505050. Windows color (decimal): -2882674 or 9307092. OLE color: 9307092.
HSL color Cylindrical-coordinate representation of color #D4038E: hue angle of 320.1º degrees, saturation: 0.97, 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 #D4038E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.17 |
| HSL | 320.1º | 0.97% | 0.42% | - |
| HSV(B) | 320.1º | 0.99% | 0.83% | - |
| XYZ | 32.07 | 16.02 | 26.99 | - |
| YUV | 81.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 142 | 0 | 0.99 | 0.33 | 0.17 | 320.1 | 0.97 | 0.42 |
| Hex | D4 | 3 | 8E | 0 | 63 | 21 | 11 | 140 | 61 | 2A |
| Octal | 324 | 3 | 216 | 0 | 143 | 41 | 21 | 500 | 141 | 52 |
| Binary | 11010100 | 11 | 10001110 | 0 | 1100011 | 100001 | 10001 | 101000000 | 1100001 | 101010 |
Color Harmonies of #D4038E
Complementary color
Monochromatic Colors of #D4038E
Black with #D4038E
Text Example
Text Example
White with #D4038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4038E; }
p { color: rgb(212,3,142); }
H1.HeaderClassName
{
color: #D4038E;
}
.AnyTagClassName
{
color: #D4038E;
}
</style>
background-color css
<style>
a { background-color: #D4038E; }
a { background-color: rgb(212,3,142); }
div.DivClassName
{
background-color: #D4038E;
}
.BgClassName
{
background-color: #D4038E;
}
</style>
border-color css
<style>
span { border-color: #D4038E; }
span { border-color: rgb(212,3,142); }
td.TdClassName
{
border-color: #D4038E;
}
.TagClassName
{
border-color: #D4038E;
}
</style>