Shades of Deep Magenta #D61BC1
Tints of Deep Magenta #D61BC1
RGB
CMYK
RGB Variations
Color information
#D61BC1 (or 0xD61BC1) is known color: Deep Magenta. HEX triplet: D6, 1B and C1. RGB value is (214,27,193). Sum of RGB (Red+Green+Blue) = 214+27+193=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BC1 is #29E43E. Grayscale: #656565. Windows color (decimal): -2745407 or 12655574. OLE color: 12655574.
HSL color Cylindrical-coordinate representation of color #D61BC1: hue angle of 306.74º 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 #D61BC1 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 193 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.16 |
| HSL | 306.74º | 0.78% | 0.47% | - |
| HSV(B) | 306.74º | 0.87% | 0.84% | - |
| XYZ | 37.75 | 18.93 | 52.12 | - |
| YUV | 101.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 193 | 0 | 0.87 | 0.10 | 0.16 | 306.74 | 0.78 | 0.47 |
| Hex | D6 | 1B | C1 | 0 | 57 | A | 10 | 133 | 4E | 2F |
| Octal | 326 | 33 | 301 | 0 | 127 | 12 | 20 | 463 | 116 | 57 |
| Binary | 11010110 | 11011 | 11000001 | 0 | 1010111 | 1010 | 10000 | 100110011 | 1001110 | 101111 |
Color Harmonies of #D61BC1
Complementary color
Monochromatic Colors of #D61BC1
Black with #D61BC1
Text Example
Text Example
White with #D61BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BC1; }
p { color: rgb(214,27,193); }
H1.HeaderClassName
{
color: #D61BC1;
}
.AnyTagClassName
{
color: #D61BC1;
}
</style>
background-color css
<style>
a { background-color: #D61BC1; }
a { background-color: rgb(214,27,193); }
div.DivClassName
{
background-color: #D61BC1;
}
.BgClassName
{
background-color: #D61BC1;
}
</style>
border-color css
<style>
span { border-color: #D61BC1; }
span { border-color: rgb(214,27,193); }
td.TdClassName
{
border-color: #D61BC1;
}
.TagClassName
{
border-color: #D61BC1;
}
</style>