Shades of Medium Violet Red #D21C8F
Tints of Medium Violet Red #D21C8F
RGB
CMYK
RGB Variations
Color information
#D21C8F (or 0xD21C8F) is known color: Medium Violet Red. HEX triplet: D2, 1C and 8F. RGB value is (210,28,143). Sum of RGB (Red+Green+Blue) = 210+28+143=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C8F is #2DE370. Grayscale: #5F5F5F. Windows color (decimal): -3007345 or 9379026. OLE color: 9379026.
HSL color Cylindrical-coordinate representation of color #D21C8F: hue angle of 322.09º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C8F is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 143 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.18 |
| HSL | 322.09º | 0.76% | 0.47% | - |
| HSV(B) | 322.09º | 0.87% | 0.82% | - |
| XYZ | 31.95 | 16.52 | 27.49 | - |
| YUV | 95.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 143 | 0 | 0.87 | 0.32 | 0.18 | 322.09 | 0.76 | 0.47 |
| Hex | D2 | 1C | 8F | 0 | 57 | 20 | 12 | 142 | 4C | 2F |
| Octal | 322 | 34 | 217 | 0 | 127 | 40 | 22 | 502 | 114 | 57 |
| Binary | 11010010 | 11100 | 10001111 | 0 | 1010111 | 100000 | 10010 | 101000010 | 1001100 | 101111 |
Color Harmonies of #D21C8F
Complementary color
Monochromatic Colors of #D21C8F
Black with #D21C8F
Text Example
Text Example
White with #D21C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C8F; }
p { color: rgb(210,28,143); }
H1.HeaderClassName
{
color: #D21C8F;
}
.AnyTagClassName
{
color: #D21C8F;
}
</style>
background-color css
<style>
a { background-color: #D21C8F; }
a { background-color: rgb(210,28,143); }
div.DivClassName
{
background-color: #D21C8F;
}
.BgClassName
{
background-color: #D21C8F;
}
</style>
border-color css
<style>
span { border-color: #D21C8F; }
span { border-color: rgb(210,28,143); }
td.TdClassName
{
border-color: #D21C8F;
}
.TagClassName
{
border-color: #D21C8F;
}
</style>