Shades of Medium Violet Red #D61482
Tints of Medium Violet Red #D61482
RGB
CMYK
RGB Variations
Color information
#D61482 (or 0xD61482) is known color: Medium Violet Red. HEX triplet: D6, 14 and 82. RGB value is (214,20,130). Sum of RGB (Red+Green+Blue) = 214+20+130=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D61482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61482 is #29EB7D. Grayscale: #5A5A5A. Windows color (decimal): -2747262 or 8525014. OLE color: 8525014.
HSL color Cylindrical-coordinate representation of color #D61482: hue angle of 325.98º 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 #D61482 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 130 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.16 |
| HSL | 325.98º | 0.83% | 0.46% | - |
| HSV(B) | 325.98º | 0.91% | 0.84% | - |
| XYZ | 32.01 | 16.41 | 22.6 | - |
| YUV | 90.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 130 | 0 | 0.91 | 0.39 | 0.16 | 325.98 | 0.83 | 0.46 |
| Hex | D6 | 14 | 82 | 0 | 5B | 27 | 10 | 146 | 53 | 2E |
| Octal | 326 | 24 | 202 | 0 | 133 | 47 | 20 | 506 | 123 | 56 |
| Binary | 11010110 | 10100 | 10000010 | 0 | 1011011 | 100111 | 10000 | 101000110 | 1010011 | 101110 |
Color Harmonies of #D61482
Complementary color
Monochromatic Colors of #D61482
Black with #D61482
Text Example
Text Example
White with #D61482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61482; }
p { color: rgb(214,20,130); }
H1.HeaderClassName
{
color: #D61482;
}
.AnyTagClassName
{
color: #D61482;
}
</style>
background-color css
<style>
a { background-color: #D61482; }
a { background-color: rgb(214,20,130); }
div.DivClassName
{
background-color: #D61482;
}
.BgClassName
{
background-color: #D61482;
}
</style>
border-color css
<style>
span { border-color: #D61482; }
span { border-color: rgb(214,20,130); }
td.TdClassName
{
border-color: #D61482;
}
.TagClassName
{
border-color: #D61482;
}
</style>