Shades of Medium Violet Red #D61875
Tints of Medium Violet Red #D61875
RGB
CMYK
RGB Variations
Color information
#D61875 (or 0xD61875) is known color: Medium Violet Red. HEX triplet: D6, 18 and 75. RGB value is (214,24,117). Sum of RGB (Red+Green+Blue) = 214+24+117=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D61875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61875 is #29E78A. Grayscale: #5B5B5B. Windows color (decimal): -2746251 or 7674070. OLE color: 7674070.
HSL color Cylindrical-coordinate representation of color #D61875: hue angle of 330.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61875 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 117 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.16 |
| HSL | 330.63º | 0.8% | 0.47% | - |
| HSV(B) | 330.63º | 0.89% | 0.84% | - |
| XYZ | 31.27 | 16.23 | 18.31 | - |
| YUV | 91.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 117 | 0 | 0.89 | 0.45 | 0.16 | 330.63 | 0.8 | 0.47 |
| Hex | D6 | 18 | 75 | 0 | 59 | 2D | 10 | 14B | 50 | 2F |
| Octal | 326 | 30 | 165 | 0 | 131 | 55 | 20 | 513 | 120 | 57 |
| Binary | 11010110 | 11000 | 1110101 | 0 | 1011001 | 101101 | 10000 | 101001011 | 1010000 | 101111 |
Color Harmonies of #D61875
Complementary color
Monochromatic Colors of #D61875
Black with #D61875
Text Example
Text Example
White with #D61875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61875; }
p { color: rgb(214,24,117); }
H1.HeaderClassName
{
color: #D61875;
}
.AnyTagClassName
{
color: #D61875;
}
</style>
background-color css
<style>
a { background-color: #D61875; }
a { background-color: rgb(214,24,117); }
div.DivClassName
{
background-color: #D61875;
}
.BgClassName
{
background-color: #D61875;
}
</style>
border-color css
<style>
span { border-color: #D61875; }
span { border-color: rgb(214,24,117); }
td.TdClassName
{
border-color: #D61875;
}
.TagClassName
{
border-color: #D61875;
}
</style>