Shades of Medium Violet Red #D4219F
Tints of Medium Violet Red #D4219F
RGB
CMYK
RGB Variations
Color information
#D4219F (or 0xD4219F) is known color: Medium Violet Red. HEX triplet: D4, 21 and 9F. RGB value is (212,33,159). Sum of RGB (Red+Green+Blue) = 212+33+159=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4219F is #2BDE60. Grayscale: #646464. Windows color (decimal): -2874977 or 10428884. OLE color: 10428884.
HSL color Cylindrical-coordinate representation of color #D4219F: hue angle of 317.77º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4219F is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 159 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.17 |
| HSL | 317.77º | 0.73% | 0.48% | - |
| HSV(B) | 317.77º | 0.84% | 0.83% | - |
| XYZ | 33.95 | 17.59 | 34.41 | - |
| YUV | 100.89 | 160.8 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 159 | 0 | 0.84 | 0.25 | 0.17 | 317.77 | 0.73 | 0.48 |
| Hex | D4 | 21 | 9F | 0 | 54 | 19 | 11 | 13E | 49 | 30 |
| Octal | 324 | 41 | 237 | 0 | 124 | 31 | 21 | 476 | 111 | 60 |
| Binary | 11010100 | 100001 | 10011111 | 0 | 1010100 | 11001 | 10001 | 100111110 | 1001001 | 110000 |
Color Harmonies of #D4219F
Complementary color
Monochromatic Colors of #D4219F
Black with #D4219F
Text Example
Text Example
White with #D4219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4219F; }
p { color: rgb(212,33,159); }
H1.HeaderClassName
{
color: #D4219F;
}
.AnyTagClassName
{
color: #D4219F;
}
</style>
background-color css
<style>
a { background-color: #D4219F; }
a { background-color: rgb(212,33,159); }
div.DivClassName
{
background-color: #D4219F;
}
.BgClassName
{
background-color: #D4219F;
}
</style>
border-color css
<style>
span { border-color: #D4219F; }
span { border-color: rgb(212,33,159); }
td.TdClassName
{
border-color: #D4219F;
}
.TagClassName
{
border-color: #D4219F;
}
</style>