Shades of Medium Violet Red #D21E74
Tints of Medium Violet Red #D21E74
RGB
CMYK
RGB Variations
Color information
#D21E74 (or 0xD21E74) is known color: Medium Violet Red. HEX triplet: D2, 1E and 74. RGB value is (210,30,116). Sum of RGB (Red+Green+Blue) = 210+30+116=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E74 is #2DE18B. Grayscale: #5D5D5D. Windows color (decimal): -3006860 or 7610066. OLE color: 7610066.
HSL color Cylindrical-coordinate representation of color #D21E74: hue angle of 331.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E74 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 116 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.18 |
| HSL | 331.33º | 0.75% | 0.47% | - |
| HSV(B) | 331.33º | 0.86% | 0.82% | - |
| XYZ | 30.2 | 15.89 | 18 | - |
| YUV | 93.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 116 | 0 | 0.86 | 0.45 | 0.18 | 331.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | 74 | 0 | 56 | 2D | 12 | 14B | 4B | 2F |
| Octal | 322 | 36 | 164 | 0 | 126 | 55 | 22 | 513 | 113 | 57 |
| Binary | 11010010 | 11110 | 1110100 | 0 | 1010110 | 101101 | 10010 | 101001011 | 1001011 | 101111 |
Color Harmonies of #D21E74
Complementary color
Monochromatic Colors of #D21E74
Black with #D21E74
Text Example
Text Example
White with #D21E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E74; }
p { color: rgb(210,30,116); }
H1.HeaderClassName
{
color: #D21E74;
}
.AnyTagClassName
{
color: #D21E74;
}
</style>
background-color css
<style>
a { background-color: #D21E74; }
a { background-color: rgb(210,30,116); }
div.DivClassName
{
background-color: #D21E74;
}
.BgClassName
{
background-color: #D21E74;
}
</style>
border-color css
<style>
span { border-color: #D21E74; }
span { border-color: rgb(210,30,116); }
td.TdClassName
{
border-color: #D21E74;
}
.TagClassName
{
border-color: #D21E74;
}
</style>