Shades of Medium Violet Red #D21A74
Tints of Medium Violet Red #D21A74
RGB
CMYK
RGB Variations
Color information
#D21A74 (or 0xD21A74) is known color: Medium Violet Red. HEX triplet: D2, 1A and 74. RGB value is (210,26,116). Sum of RGB (Red+Green+Blue) = 210+26+116=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A74 is #2DE58B. Grayscale: #5B5B5B. Windows color (decimal): -3007884 or 7609042. OLE color: 7609042.
HSL color Cylindrical-coordinate representation of color #D21A74: hue angle of 330.65º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A74 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 116 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.18 |
| HSL | 330.65º | 0.78% | 0.46% | - |
| HSV(B) | 330.65º | 0.88% | 0.82% | - |
| XYZ | 30.1 | 15.7 | 17.97 | - |
| YUV | 91.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 116 | 0 | 0.88 | 0.45 | 0.18 | 330.65 | 0.78 | 0.46 |
| Hex | D2 | 1A | 74 | 0 | 58 | 2D | 12 | 14B | 4E | 2E |
| Octal | 322 | 32 | 164 | 0 | 130 | 55 | 22 | 513 | 116 | 56 |
| Binary | 11010010 | 11010 | 1110100 | 0 | 1011000 | 101101 | 10010 | 101001011 | 1001110 | 101110 |
Color Harmonies of #D21A74
Complementary color
Monochromatic Colors of #D21A74
Black with #D21A74
Text Example
Text Example
White with #D21A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A74; }
p { color: rgb(210,26,116); }
H1.HeaderClassName
{
color: #D21A74;
}
.AnyTagClassName
{
color: #D21A74;
}
</style>
background-color css
<style>
a { background-color: #D21A74; }
a { background-color: rgb(210,26,116); }
div.DivClassName
{
background-color: #D21A74;
}
.BgClassName
{
background-color: #D21A74;
}
</style>
border-color css
<style>
span { border-color: #D21A74; }
span { border-color: rgb(210,26,116); }
td.TdClassName
{
border-color: #D21A74;
}
.TagClassName
{
border-color: #D21A74;
}
</style>