Shades of Medium Violet Red #D4148F
Tints of Medium Violet Red #D4148F
RGB
CMYK
RGB Variations
Color information
#D4148F (or 0xD4148F) is known color: Medium Violet Red. HEX triplet: D4, 14 and 8F. RGB value is (212,20,143). Sum of RGB (Red+Green+Blue) = 212+20+143=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4148F is #2BEB70. Grayscale: #5B5B5B. Windows color (decimal): -2878321 or 9376980. OLE color: 9376980.
HSL color Cylindrical-coordinate representation of color #D4148F: hue angle of 321.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4148F is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 143 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.17 |
| HSL | 321.56º | 0.83% | 0.45% | - |
| HSV(B) | 321.56º | 0.91% | 0.83% | - |
| XYZ | 32.36 | 16.48 | 27.46 | - |
| YUV | 91.43 | 157.11 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 143 | 0 | 0.91 | 0.33 | 0.17 | 321.56 | 0.83 | 0.45 |
| Hex | D4 | 14 | 8F | 0 | 5B | 21 | 11 | 142 | 53 | 2D |
| Octal | 324 | 24 | 217 | 0 | 133 | 41 | 21 | 502 | 123 | 55 |
| Binary | 11010100 | 10100 | 10001111 | 0 | 1011011 | 100001 | 10001 | 101000010 | 1010011 | 101101 |
Color Harmonies of #D4148F
Complementary color
Monochromatic Colors of #D4148F
Black with #D4148F
Text Example
Text Example
White with #D4148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4148F; }
p { color: rgb(212,20,143); }
H1.HeaderClassName
{
color: #D4148F;
}
.AnyTagClassName
{
color: #D4148F;
}
</style>
background-color css
<style>
a { background-color: #D4148F; }
a { background-color: rgb(212,20,143); }
div.DivClassName
{
background-color: #D4148F;
}
.BgClassName
{
background-color: #D4148F;
}
</style>
border-color css
<style>
span { border-color: #D4148F; }
span { border-color: rgb(212,20,143); }
td.TdClassName
{
border-color: #D4148F;
}
.TagClassName
{
border-color: #D4148F;
}
</style>