Shades of Medium Violet Red #D61CA7
Tints of Medium Violet Red #D61CA7
RGB
CMYK
RGB Variations
Color information
#D61CA7 (or 0xD61CA7) is known color: Medium Violet Red. HEX triplet: D6, 1C and A7. RGB value is (214,28,167). Sum of RGB (Red+Green+Blue) = 214+28+167=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CA7 is #29E358. Grayscale: #636363. Windows color (decimal): -2745177 or 10951894. OLE color: 10951894.
HSL color Cylindrical-coordinate representation of color #D61CA7: hue angle of 315.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CA7 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 167 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.16 |
| HSL | 315.16º | 0.77% | 0.47% | - |
| HSV(B) | 315.16º | 0.87% | 0.84% | - |
| XYZ | 35.12 | 17.92 | 38.17 | - |
| YUV | 99.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 167 | 0 | 0.87 | 0.22 | 0.16 | 315.16 | 0.77 | 0.47 |
| Hex | D6 | 1C | A7 | 0 | 57 | 16 | 10 | 13B | 4D | 2F |
| Octal | 326 | 34 | 247 | 0 | 127 | 26 | 20 | 473 | 115 | 57 |
| Binary | 11010110 | 11100 | 10100111 | 0 | 1010111 | 10110 | 10000 | 100111011 | 1001101 | 101111 |
Color Harmonies of #D61CA7
Complementary color
Monochromatic Colors of #D61CA7
Black with #D61CA7
Text Example
Text Example
White with #D61CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CA7; }
p { color: rgb(214,28,167); }
H1.HeaderClassName
{
color: #D61CA7;
}
.AnyTagClassName
{
color: #D61CA7;
}
</style>
background-color css
<style>
a { background-color: #D61CA7; }
a { background-color: rgb(214,28,167); }
div.DivClassName
{
background-color: #D61CA7;
}
.BgClassName
{
background-color: #D61CA7;
}
</style>
border-color css
<style>
span { border-color: #D61CA7; }
span { border-color: rgb(214,28,167); }
td.TdClassName
{
border-color: #D61CA7;
}
.TagClassName
{
border-color: #D61CA7;
}
</style>