Shades of Medium Violet Red #D61CAA
Tints of Medium Violet Red #D61CAA
RGB
CMYK
RGB Variations
Color information
#D61CAA (or 0xD61CAA) is known color: Medium Violet Red. HEX triplet: D6, 1C and AA. RGB value is (214,28,170). Sum of RGB (Red+Green+Blue) = 214+28+170=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CAA is #29E355. Grayscale: #636363. Windows color (decimal): -2745174 or 11148502. OLE color: 11148502.
HSL color Cylindrical-coordinate representation of color #D61CAA: hue angle of 314.19º 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 #D61CAA is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 170 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.16 |
| HSL | 314.19º | 0.77% | 0.47% | - |
| HSV(B) | 314.19º | 0.87% | 0.84% | - |
| XYZ | 35.4 | 18.03 | 39.64 | - |
| YUV | 99.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 170 | 0 | 0.87 | 0.21 | 0.16 | 314.19 | 0.77 | 0.47 |
| Hex | D6 | 1C | AA | 0 | 57 | 15 | 10 | 13A | 4D | 2F |
| Octal | 326 | 34 | 252 | 0 | 127 | 25 | 20 | 472 | 115 | 57 |
| Binary | 11010110 | 11100 | 10101010 | 0 | 1010111 | 10101 | 10000 | 100111010 | 1001101 | 101111 |
Color Harmonies of #D61CAA
Complementary color
Monochromatic Colors of #D61CAA
Black with #D61CAA
Text Example
Text Example
White with #D61CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CAA; }
p { color: rgb(214,28,170); }
H1.HeaderClassName
{
color: #D61CAA;
}
.AnyTagClassName
{
color: #D61CAA;
}
</style>
background-color css
<style>
a { background-color: #D61CAA; }
a { background-color: rgb(214,28,170); }
div.DivClassName
{
background-color: #D61CAA;
}
.BgClassName
{
background-color: #D61CAA;
}
</style>
border-color css
<style>
span { border-color: #D61CAA; }
span { border-color: rgb(214,28,170); }
td.TdClassName
{
border-color: #D61CAA;
}
.TagClassName
{
border-color: #D61CAA;
}
</style>