Shades of Medium Violet Red #D4008F
Tints of Medium Violet Red #D4008F
RGB
CMYK
RGB Variations
Color information
#D4008F (or 0xD4008F) is known color: Medium Violet Red. HEX triplet: D4, 00 and 8F. RGB value is (212,0,143). Sum of RGB (Red+Green+Blue) = 212+0+143=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4008F is #2BFF70. Grayscale: #4F4F4F. Windows color (decimal): -2883441 or 9371860. OLE color: 9371860.
HSL color Cylindrical-coordinate representation of color #D4008F: hue angle of 319.53º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4008F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.33 | 0.17 |
| HSL | 319.53º | 1% | 0.42% | - |
| HSV(B) | 319.53º | 1% | 0.83% | - |
| XYZ | 32.11 | 15.98 | 27.38 | - |
| YUV | 79.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 143 | 0 | 1 | 0.33 | 0.17 | 319.53 | 1 | 0.42 |
| Hex | D4 | 0 | 8F | 0 | 64 | 21 | 11 | 140 | 64 | 2A |
| Octal | 324 | 0 | 217 | 0 | 144 | 41 | 21 | 500 | 144 | 52 |
| Binary | 11010100 | 0 | 10001111 | 0 | 1100100 | 100001 | 10001 | 101000000 | 1100100 | 101010 |
Color Harmonies of #D4008F
Complementary color
Monochromatic Colors of #D4008F
Black with #D4008F
Text Example
Text Example
White with #D4008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4008F; }
p { color: rgb(212,0,143); }
H1.HeaderClassName
{
color: #D4008F;
}
.AnyTagClassName
{
color: #D4008F;
}
</style>
background-color css
<style>
a { background-color: #D4008F; }
a { background-color: rgb(212,0,143); }
div.DivClassName
{
background-color: #D4008F;
}
.BgClassName
{
background-color: #D4008F;
}
</style>
border-color css
<style>
span { border-color: #D4008F; }
span { border-color: rgb(212,0,143); }
td.TdClassName
{
border-color: #D4008F;
}
.TagClassName
{
border-color: #D4008F;
}
</style>