Shades of Medium Violet Red #D21C80
Tints of Medium Violet Red #D21C80
RGB
CMYK
RGB Variations
Color information
#D21C80 (or 0xD21C80) is known color: Medium Violet Red. HEX triplet: D2, 1C and 80. RGB value is (210,28,128). Sum of RGB (Red+Green+Blue) = 210+28+128=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C80 is #2DE37F. Grayscale: #5D5D5D. Windows color (decimal): -3007360 or 8395986. OLE color: 8395986.
HSL color Cylindrical-coordinate representation of color #D21C80: hue angle of 327.03º 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 #D21C80 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 128 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.18 |
| HSL | 327.03º | 0.76% | 0.47% | - |
| HSV(B) | 327.03º | 0.87% | 0.82% | - |
| XYZ | 30.89 | 16.09 | 21.9 | - |
| YUV | 93.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 128 | 0 | 0.87 | 0.39 | 0.18 | 327.03 | 0.76 | 0.47 |
| Hex | D2 | 1C | 80 | 0 | 57 | 27 | 12 | 147 | 4C | 2F |
| Octal | 322 | 34 | 200 | 0 | 127 | 47 | 22 | 507 | 114 | 57 |
| Binary | 11010010 | 11100 | 10000000 | 0 | 1010111 | 100111 | 10010 | 101000111 | 1001100 | 101111 |
Color Harmonies of #D21C80
Complementary color
Monochromatic Colors of #D21C80
Black with #D21C80
Text Example
Text Example
White with #D21C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C80; }
p { color: rgb(210,28,128); }
H1.HeaderClassName
{
color: #D21C80;
}
.AnyTagClassName
{
color: #D21C80;
}
</style>
background-color css
<style>
a { background-color: #D21C80; }
a { background-color: rgb(210,28,128); }
div.DivClassName
{
background-color: #D21C80;
}
.BgClassName
{
background-color: #D21C80;
}
</style>
border-color css
<style>
span { border-color: #D21C80; }
span { border-color: rgb(210,28,128); }
td.TdClassName
{
border-color: #D21C80;
}
.TagClassName
{
border-color: #D21C80;
}
</style>