Shades of Medium Violet Red #D21C8E
Tints of Medium Violet Red #D21C8E
RGB
CMYK
RGB Variations
Color information
#D21C8E (or 0xD21C8E) is known color: Medium Violet Red. HEX triplet: D2, 1C and 8E. RGB value is (210,28,142). Sum of RGB (Red+Green+Blue) = 210+28+142=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C8E is #2DE371. Grayscale: #5F5F5F. Windows color (decimal): -3007346 or 9313490. OLE color: 9313490.
HSL color Cylindrical-coordinate representation of color #D21C8E: hue angle of 322.42º 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 #D21C8E is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 142 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.18 |
| HSL | 322.42º | 0.76% | 0.47% | - |
| HSV(B) | 322.42º | 0.87% | 0.82% | - |
| XYZ | 31.88 | 16.49 | 27.09 | - |
| YUV | 95.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 142 | 0 | 0.87 | 0.32 | 0.18 | 322.42 | 0.76 | 0.47 |
| Hex | D2 | 1C | 8E | 0 | 57 | 20 | 12 | 142 | 4C | 2F |
| Octal | 322 | 34 | 216 | 0 | 127 | 40 | 22 | 502 | 114 | 57 |
| Binary | 11010010 | 11100 | 10001110 | 0 | 1010111 | 100000 | 10010 | 101000010 | 1001100 | 101111 |
Color Harmonies of #D21C8E
Complementary color
Monochromatic Colors of #D21C8E
Black with #D21C8E
Text Example
Text Example
White with #D21C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C8E; }
p { color: rgb(210,28,142); }
H1.HeaderClassName
{
color: #D21C8E;
}
.AnyTagClassName
{
color: #D21C8E;
}
</style>
background-color css
<style>
a { background-color: #D21C8E; }
a { background-color: rgb(210,28,142); }
div.DivClassName
{
background-color: #D21C8E;
}
.BgClassName
{
background-color: #D21C8E;
}
</style>
border-color css
<style>
span { border-color: #D21C8E; }
span { border-color: rgb(210,28,142); }
td.TdClassName
{
border-color: #D21C8E;
}
.TagClassName
{
border-color: #D21C8E;
}
</style>