Shades of Medium Violet Red #D61BA2
Tints of Medium Violet Red #D61BA2
RGB
CMYK
RGB Variations
Color information
#D61BA2 (or 0xD61BA2) is known color: Medium Violet Red. HEX triplet: D6, 1B and A2. RGB value is (214,27,162). Sum of RGB (Red+Green+Blue) = 214+27+162=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61BA2 is #29E45D. Grayscale: #616161. Windows color (decimal): -2745438 or 10623958. OLE color: 10623958.
HSL color Cylindrical-coordinate representation of color #D61BA2: hue angle of 316.68º degrees, saturation: 0.78, 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 #D61BA2 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 162 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.16 |
| HSL | 316.68º | 0.78% | 0.47% | - |
| HSV(B) | 316.68º | 0.87% | 0.84% | - |
| XYZ | 34.65 | 17.69 | 35.77 | - |
| YUV | 98.3 | 163.95 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 162 | 0 | 0.87 | 0.24 | 0.16 | 316.68 | 0.78 | 0.47 |
| Hex | D6 | 1B | A2 | 0 | 57 | 18 | 10 | 13D | 4E | 2F |
| Octal | 326 | 33 | 242 | 0 | 127 | 30 | 20 | 475 | 116 | 57 |
| Binary | 11010110 | 11011 | 10100010 | 0 | 1010111 | 11000 | 10000 | 100111101 | 1001110 | 101111 |
Color Harmonies of #D61BA2
Complementary color
Monochromatic Colors of #D61BA2
Black with #D61BA2
Text Example
Text Example
White with #D61BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BA2; }
p { color: rgb(214,27,162); }
H1.HeaderClassName
{
color: #D61BA2;
}
.AnyTagClassName
{
color: #D61BA2;
}
</style>
background-color css
<style>
a { background-color: #D61BA2; }
a { background-color: rgb(214,27,162); }
div.DivClassName
{
background-color: #D61BA2;
}
.BgClassName
{
background-color: #D61BA2;
}
</style>
border-color css
<style>
span { border-color: #D61BA2; }
span { border-color: rgb(214,27,162); }
td.TdClassName
{
border-color: #D61BA2;
}
.TagClassName
{
border-color: #D61BA2;
}
</style>