Shades of Deep Magenta #D61BC0
Tints of Deep Magenta #D61BC0
RGB
CMYK
RGB Variations
Color information
#D61BC0 (or 0xD61BC0) is known color: Deep Magenta. HEX triplet: D6, 1B and C0. RGB value is (214,27,192). Sum of RGB (Red+Green+Blue) = 214+27+192=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BC0 is #29E43F. Grayscale: #656565. Windows color (decimal): -2745408 or 12590038. OLE color: 12590038.
HSL color Cylindrical-coordinate representation of color #D61BC0: hue angle of 307.06º 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 #D61BC0 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 192 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.16 |
| HSL | 307.06º | 0.78% | 0.47% | - |
| HSV(B) | 307.06º | 0.87% | 0.84% | - |
| XYZ | 37.64 | 18.89 | 51.53 | - |
| YUV | 101.72 | 178.95 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 192 | 0 | 0.87 | 0.10 | 0.16 | 307.06 | 0.78 | 0.47 |
| Hex | D6 | 1B | C0 | 0 | 57 | A | 10 | 133 | 4E | 2F |
| Octal | 326 | 33 | 300 | 0 | 127 | 12 | 20 | 463 | 116 | 57 |
| Binary | 11010110 | 11011 | 11000000 | 0 | 1010111 | 1010 | 10000 | 100110011 | 1001110 | 101111 |
Color Harmonies of #D61BC0
Complementary color
Monochromatic Colors of #D61BC0
Black with #D61BC0
Text Example
Text Example
White with #D61BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BC0; }
p { color: rgb(214,27,192); }
H1.HeaderClassName
{
color: #D61BC0;
}
.AnyTagClassName
{
color: #D61BC0;
}
</style>
background-color css
<style>
a { background-color: #D61BC0; }
a { background-color: rgb(214,27,192); }
div.DivClassName
{
background-color: #D61BC0;
}
.BgClassName
{
background-color: #D61BC0;
}
</style>
border-color css
<style>
span { border-color: #D61BC0; }
span { border-color: rgb(214,27,192); }
td.TdClassName
{
border-color: #D61BC0;
}
.TagClassName
{
border-color: #D61BC0;
}
</style>