Shades of Medium Violet Red #D61CA5
Tints of Medium Violet Red #D61CA5
RGB
CMYK
RGB Variations
Color information
#D61CA5 (or 0xD61CA5) is known color: Medium Violet Red. HEX triplet: D6, 1C and A5. RGB value is (214,28,165). Sum of RGB (Red+Green+Blue) = 214+28+165=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CA5 is #29E35A. Grayscale: #626262. Windows color (decimal): -2745179 or 10820822. OLE color: 10820822.
HSL color Cylindrical-coordinate representation of color #D61CA5: hue angle of 315.81º 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 #D61CA5 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 165 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.16 |
| HSL | 315.81º | 0.77% | 0.47% | - |
| HSV(B) | 315.81º | 0.87% | 0.84% | - |
| XYZ | 34.94 | 17.84 | 37.2 | - |
| YUV | 99.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 165 | 0 | 0.87 | 0.23 | 0.16 | 315.81 | 0.77 | 0.47 |
| Hex | D6 | 1C | A5 | 0 | 57 | 17 | 10 | 13C | 4D | 2F |
| Octal | 326 | 34 | 245 | 0 | 127 | 27 | 20 | 474 | 115 | 57 |
| Binary | 11010110 | 11100 | 10100101 | 0 | 1010111 | 10111 | 10000 | 100111100 | 1001101 | 101111 |
Color Harmonies of #D61CA5
Complementary color
Monochromatic Colors of #D61CA5
Black with #D61CA5
Text Example
Text Example
White with #D61CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CA5; }
p { color: rgb(214,28,165); }
H1.HeaderClassName
{
color: #D61CA5;
}
.AnyTagClassName
{
color: #D61CA5;
}
</style>
background-color css
<style>
a { background-color: #D61CA5; }
a { background-color: rgb(214,28,165); }
div.DivClassName
{
background-color: #D61CA5;
}
.BgClassName
{
background-color: #D61CA5;
}
</style>
border-color css
<style>
span { border-color: #D61CA5; }
span { border-color: rgb(214,28,165); }
td.TdClassName
{
border-color: #D61CA5;
}
.TagClassName
{
border-color: #D61CA5;
}
</style>