Shades of Medium Violet Red #D61598
Tints of Medium Violet Red #D61598
RGB
CMYK
RGB Variations
Color information
#D61598 (or 0xD61598) is known color: Medium Violet Red. HEX triplet: D6, 15 and 98. RGB value is (214,21,152). Sum of RGB (Red+Green+Blue) = 214+21+152=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D61598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61598 is #29EA67. Grayscale: #5D5D5D. Windows color (decimal): -2746984 or 9967062. OLE color: 9967062.
HSL color Cylindrical-coordinate representation of color #D61598: hue angle of 319.27º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61598 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 152 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.16 |
| HSL | 319.27º | 0.82% | 0.46% | - |
| HSV(B) | 319.27º | 0.9% | 0.84% | - |
| XYZ | 33.67 | 17.1 | 31.23 | - |
| YUV | 93.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 152 | 0 | 0.90 | 0.29 | 0.16 | 319.27 | 0.82 | 0.46 |
| Hex | D6 | 15 | 98 | 0 | 5A | 1D | 10 | 13F | 52 | 2E |
| Octal | 326 | 25 | 230 | 0 | 132 | 35 | 20 | 477 | 122 | 56 |
| Binary | 11010110 | 10101 | 10011000 | 0 | 1011010 | 11101 | 10000 | 100111111 | 1010010 | 101110 |
Color Harmonies of #D61598
Complementary color
Monochromatic Colors of #D61598
Black with #D61598
Text Example
Text Example
White with #D61598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61598; }
p { color: rgb(214,21,152); }
H1.HeaderClassName
{
color: #D61598;
}
.AnyTagClassName
{
color: #D61598;
}
</style>
background-color css
<style>
a { background-color: #D61598; }
a { background-color: rgb(214,21,152); }
div.DivClassName
{
background-color: #D61598;
}
.BgClassName
{
background-color: #D61598;
}
</style>
border-color css
<style>
span { border-color: #D61598; }
span { border-color: rgb(214,21,152); }
td.TdClassName
{
border-color: #D61598;
}
.TagClassName
{
border-color: #D61598;
}
</style>