Shades of Medium Violet Red #D4038F
Tints of Medium Violet Red #D4038F
RGB
CMYK
RGB Variations
Color information
#D4038F (or 0xD4038F) is known color: Medium Violet Red. HEX triplet: D4, 03 and 8F. RGB value is (212,3,143). Sum of RGB (Red+Green+Blue) = 212+3+143=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4038F is #2BFC70. Grayscale: #515151. Windows color (decimal): -2882673 or 9372628. OLE color: 9372628.
HSL color Cylindrical-coordinate representation of color #D4038F: hue angle of 319.81º 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 #D4038F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.17 |
| HSL | 319.81º | 0.97% | 0.42% | - |
| HSV(B) | 319.81º | 0.99% | 0.83% | - |
| XYZ | 32.14 | 16.05 | 27.39 | - |
| YUV | 81.45 | 162.74 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 143 | 0 | 0.99 | 0.33 | 0.17 | 319.81 | 0.97 | 0.42 |
| Hex | D4 | 3 | 8F | 0 | 63 | 21 | 11 | 140 | 61 | 2A |
| Octal | 324 | 3 | 217 | 0 | 143 | 41 | 21 | 500 | 141 | 52 |
| Binary | 11010100 | 11 | 10001111 | 0 | 1100011 | 100001 | 10001 | 101000000 | 1100001 | 101010 |
Color Harmonies of #D4038F
Complementary color
Monochromatic Colors of #D4038F
Black with #D4038F
Text Example
Text Example
White with #D4038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4038F; }
p { color: rgb(212,3,143); }
H1.HeaderClassName
{
color: #D4038F;
}
.AnyTagClassName
{
color: #D4038F;
}
</style>
background-color css
<style>
a { background-color: #D4038F; }
a { background-color: rgb(212,3,143); }
div.DivClassName
{
background-color: #D4038F;
}
.BgClassName
{
background-color: #D4038F;
}
</style>
border-color css
<style>
span { border-color: #D4038F; }
span { border-color: rgb(212,3,143); }
td.TdClassName
{
border-color: #D4038F;
}
.TagClassName
{
border-color: #D4038F;
}
</style>