Shades of Medium Violet Red #D61BAA
Tints of Medium Violet Red #D61BAA
RGB
CMYK
RGB Variations
Color information
#D61BAA (or 0xD61BAA) is known color: Medium Violet Red. HEX triplet: D6, 1B and AA. RGB value is (214,27,170). Sum of RGB (Red+Green+Blue) = 214+27+170=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61BAA is #29E455. Grayscale: #626262. Windows color (decimal): -2745430 or 11148246. OLE color: 11148246.
HSL color Cylindrical-coordinate representation of color #D61BAA: hue angle of 314.12º 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 #D61BAA is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 170 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.16 |
| HSL | 314.12º | 0.78% | 0.47% | - |
| HSV(B) | 314.12º | 0.87% | 0.84% | - |
| XYZ | 35.38 | 17.98 | 39.64 | - |
| YUV | 99.22 | 167.95 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 170 | 0 | 0.87 | 0.21 | 0.16 | 314.12 | 0.78 | 0.47 |
| Hex | D6 | 1B | AA | 0 | 57 | 15 | 10 | 13A | 4E | 2F |
| Octal | 326 | 33 | 252 | 0 | 127 | 25 | 20 | 472 | 116 | 57 |
| Binary | 11010110 | 11011 | 10101010 | 0 | 1010111 | 10101 | 10000 | 100111010 | 1001110 | 101111 |
Color Harmonies of #D61BAA
Complementary color
Monochromatic Colors of #D61BAA
Black with #D61BAA
Text Example
Text Example
White with #D61BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BAA; }
p { color: rgb(214,27,170); }
H1.HeaderClassName
{
color: #D61BAA;
}
.AnyTagClassName
{
color: #D61BAA;
}
</style>
background-color css
<style>
a { background-color: #D61BAA; }
a { background-color: rgb(214,27,170); }
div.DivClassName
{
background-color: #D61BAA;
}
.BgClassName
{
background-color: #D61BAA;
}
</style>
border-color css
<style>
span { border-color: #D61BAA; }
span { border-color: rgb(214,27,170); }
td.TdClassName
{
border-color: #D61BAA;
}
.TagClassName
{
border-color: #D61BAA;
}
</style>