Shades of Medium Violet Red #D61575
Tints of Medium Violet Red #D61575
RGB
CMYK
RGB Variations
Color information
#D61575 (or 0xD61575) is known color: Medium Violet Red. HEX triplet: D6, 15 and 75. RGB value is (214,21,117). Sum of RGB (Red+Green+Blue) = 214+21+117=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61575 is #29EA8A. Grayscale: #595959. Windows color (decimal): -2747019 or 7673302. OLE color: 7673302.
HSL color Cylindrical-coordinate representation of color #D61575: hue angle of 330.16º 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 #D61575 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 117 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.16 |
| HSL | 330.16º | 0.82% | 0.46% | - |
| HSV(B) | 330.16º | 0.9% | 0.84% | - |
| XYZ | 31.21 | 16.12 | 18.3 | - |
| YUV | 89.65 | 143.44 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 117 | 0 | 0.90 | 0.45 | 0.16 | 330.16 | 0.82 | 0.46 |
| Hex | D6 | 15 | 75 | 0 | 5A | 2D | 10 | 14A | 52 | 2E |
| Octal | 326 | 25 | 165 | 0 | 132 | 55 | 20 | 512 | 122 | 56 |
| Binary | 11010110 | 10101 | 1110101 | 0 | 1011010 | 101101 | 10000 | 101001010 | 1010010 | 101110 |
Color Harmonies of #D61575
Complementary color
Monochromatic Colors of #D61575
Black with #D61575
Text Example
Text Example
White with #D61575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61575; }
p { color: rgb(214,21,117); }
H1.HeaderClassName
{
color: #D61575;
}
.AnyTagClassName
{
color: #D61575;
}
</style>
background-color css
<style>
a { background-color: #D61575; }
a { background-color: rgb(214,21,117); }
div.DivClassName
{
background-color: #D61575;
}
.BgClassName
{
background-color: #D61575;
}
</style>
border-color css
<style>
span { border-color: #D61575; }
span { border-color: rgb(214,21,117); }
td.TdClassName
{
border-color: #D61575;
}
.TagClassName
{
border-color: #D61575;
}
</style>