Shades of Medium Violet Red #D61483
Tints of Medium Violet Red #D61483
RGB
CMYK
RGB Variations
Color information
#D61483 (or 0xD61483) is known color: Medium Violet Red. HEX triplet: D6, 14 and 83. RGB value is (214,20,131). Sum of RGB (Red+Green+Blue) = 214+20+131=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61483 is #29EB7C. Grayscale: #5A5A5A. Windows color (decimal): -2747261 or 8590550. OLE color: 8590550.
HSL color Cylindrical-coordinate representation of color #D61483: hue angle of 325.67º 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 #D61483 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 131 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.16 |
| HSL | 325.67º | 0.83% | 0.46% | - |
| HSV(B) | 325.67º | 0.91% | 0.84% | - |
| XYZ | 32.08 | 16.44 | 22.95 | - |
| YUV | 90.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 131 | 0 | 0.91 | 0.39 | 0.16 | 325.67 | 0.83 | 0.46 |
| Hex | D6 | 14 | 83 | 0 | 5B | 27 | 10 | 146 | 53 | 2E |
| Octal | 326 | 24 | 203 | 0 | 133 | 47 | 20 | 506 | 123 | 56 |
| Binary | 11010110 | 10100 | 10000011 | 0 | 1011011 | 100111 | 10000 | 101000110 | 1010011 | 101110 |
Color Harmonies of #D61483
Complementary color
Monochromatic Colors of #D61483
Black with #D61483
Text Example
Text Example
White with #D61483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61483; }
p { color: rgb(214,20,131); }
H1.HeaderClassName
{
color: #D61483;
}
.AnyTagClassName
{
color: #D61483;
}
</style>
background-color css
<style>
a { background-color: #D61483; }
a { background-color: rgb(214,20,131); }
div.DivClassName
{
background-color: #D61483;
}
.BgClassName
{
background-color: #D61483;
}
</style>
border-color css
<style>
span { border-color: #D61483; }
span { border-color: rgb(214,20,131); }
td.TdClassName
{
border-color: #D61483;
}
.TagClassName
{
border-color: #D61483;
}
</style>