Shades of Medium Violet Red #D61484
Tints of Medium Violet Red #D61484
RGB
CMYK
RGB Variations
Color information
#D61484 (or 0xD61484) is known color: Medium Violet Red. HEX triplet: D6, 14 and 84. RGB value is (214,20,132). Sum of RGB (Red+Green+Blue) = 214+20+132=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D61484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61484 is #29EB7B. Grayscale: #5A5A5A. Windows color (decimal): -2747260 or 8656086. OLE color: 8656086.
HSL color Cylindrical-coordinate representation of color #D61484: hue angle of 325.36º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61484 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 132 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.16 |
| HSL | 325.36º | 0.83% | 0.46% | - |
| HSV(B) | 325.36º | 0.91% | 0.84% | - |
| XYZ | 32.15 | 16.46 | 23.31 | - |
| YUV | 90.77 | 151.27 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 132 | 0 | 0.91 | 0.38 | 0.16 | 325.36 | 0.83 | 0.46 |
| Hex | D6 | 14 | 84 | 0 | 5B | 26 | 10 | 145 | 53 | 2E |
| Octal | 326 | 24 | 204 | 0 | 133 | 46 | 20 | 505 | 123 | 56 |
| Binary | 11010110 | 10100 | 10000100 | 0 | 1011011 | 100110 | 10000 | 101000101 | 1010011 | 101110 |
Color Harmonies of #D61484
Complementary color
Monochromatic Colors of #D61484
Black with #D61484
Text Example
Text Example
White with #D61484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61484; }
p { color: rgb(214,20,132); }
H1.HeaderClassName
{
color: #D61484;
}
.AnyTagClassName
{
color: #D61484;
}
</style>
background-color css
<style>
a { background-color: #D61484; }
a { background-color: rgb(214,20,132); }
div.DivClassName
{
background-color: #D61484;
}
.BgClassName
{
background-color: #D61484;
}
</style>
border-color css
<style>
span { border-color: #D61484; }
span { border-color: rgb(214,20,132); }
td.TdClassName
{
border-color: #D61484;
}
.TagClassName
{
border-color: #D61484;
}
</style>