Shades of Medium Violet Red #D21784
Tints of Medium Violet Red #D21784
RGB
CMYK
RGB Variations
Color information
#D21784 (or 0xD21784) is known color: Medium Violet Red. HEX triplet: D2, 17 and 84. RGB value is (210,23,132). Sum of RGB (Red+Green+Blue) = 210+23+132=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D21784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21784 is #2DE87B. Grayscale: #5B5B5B. Windows color (decimal): -3008636 or 8656850. OLE color: 8656850.
HSL color Cylindrical-coordinate representation of color #D21784: hue angle of 325.03º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21784 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 132 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.18 |
| HSL | 325.03º | 0.8% | 0.46% | - |
| HSV(B) | 325.03º | 0.89% | 0.82% | - |
| XYZ | 31.05 | 15.98 | 23.28 | - |
| YUV | 91.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 132 | 0 | 0.89 | 0.37 | 0.18 | 325.03 | 0.8 | 0.46 |
| Hex | D2 | 17 | 84 | 0 | 59 | 25 | 12 | 145 | 50 | 2E |
| Octal | 322 | 27 | 204 | 0 | 131 | 45 | 22 | 505 | 120 | 56 |
| Binary | 11010010 | 10111 | 10000100 | 0 | 1011001 | 100101 | 10010 | 101000101 | 1010000 | 101110 |
Color Harmonies of #D21784
Complementary color
Monochromatic Colors of #D21784
Black with #D21784
Text Example
Text Example
White with #D21784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21784; }
p { color: rgb(210,23,132); }
H1.HeaderClassName
{
color: #D21784;
}
.AnyTagClassName
{
color: #D21784;
}
</style>
background-color css
<style>
a { background-color: #D21784; }
a { background-color: rgb(210,23,132); }
div.DivClassName
{
background-color: #D21784;
}
.BgClassName
{
background-color: #D21784;
}
</style>
border-color css
<style>
span { border-color: #D21784; }
span { border-color: rgb(210,23,132); }
td.TdClassName
{
border-color: #D21784;
}
.TagClassName
{
border-color: #D21784;
}
</style>