Shades of Medium Violet Red #D61982
Tints of Medium Violet Red #D61982
RGB
CMYK
RGB Variations
Color information
#D61982 (or 0xD61982) is known color: Medium Violet Red. HEX triplet: D6, 19 and 82. RGB value is (214,25,130). Sum of RGB (Red+Green+Blue) = 214+25+130=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D61982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61982 is #29E67D. Grayscale: #5D5D5D. Windows color (decimal): -2745982 or 8526294. OLE color: 8526294.
HSL color Cylindrical-coordinate representation of color #D61982: hue angle of 326.67º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61982 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 130 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.16 |
| HSL | 326.67º | 0.79% | 0.47% | - |
| HSV(B) | 326.67º | 0.88% | 0.84% | - |
| XYZ | 32.11 | 16.6 | 22.63 | - |
| YUV | 93.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 130 | 0 | 0.88 | 0.39 | 0.16 | 326.67 | 0.79 | 0.47 |
| Hex | D6 | 19 | 82 | 0 | 58 | 27 | 10 | 147 | 4F | 2F |
| Octal | 326 | 31 | 202 | 0 | 130 | 47 | 20 | 507 | 117 | 57 |
| Binary | 11010110 | 11001 | 10000010 | 0 | 1011000 | 100111 | 10000 | 101000111 | 1001111 | 101111 |
Color Harmonies of #D61982
Complementary color
Monochromatic Colors of #D61982
Black with #D61982
Text Example
Text Example
White with #D61982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61982; }
p { color: rgb(214,25,130); }
H1.HeaderClassName
{
color: #D61982;
}
.AnyTagClassName
{
color: #D61982;
}
</style>
background-color css
<style>
a { background-color: #D61982; }
a { background-color: rgb(214,25,130); }
div.DivClassName
{
background-color: #D61982;
}
.BgClassName
{
background-color: #D61982;
}
</style>
border-color css
<style>
span { border-color: #D61982; }
span { border-color: rgb(214,25,130); }
td.TdClassName
{
border-color: #D61982;
}
.TagClassName
{
border-color: #D61982;
}
</style>