Shades of Deep Magenta #D61BC3
Tints of Deep Magenta #D61BC3
RGB
CMYK
RGB Variations
Color information
#D61BC3 (or 0xD61BC3) is known color: Deep Magenta. HEX triplet: D6, 1B and C3. RGB value is (214,27,195). Sum of RGB (Red+Green+Blue) = 214+27+195=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BC3 is #29E43C. Grayscale: #656565. Windows color (decimal): -2745405 or 12786646. OLE color: 12786646.
HSL color Cylindrical-coordinate representation of color #D61BC3: hue angle of 306.1º 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 #D61BC3 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 195 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.16 |
| HSL | 306.1º | 0.78% | 0.47% | - |
| HSV(B) | 306.1º | 0.87% | 0.84% | - |
| XYZ | 37.97 | 19.02 | 53.3 | - |
| YUV | 102.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 195 | 0 | 0.87 | 0.09 | 0.16 | 306.1 | 0.78 | 0.47 |
| Hex | D6 | 1B | C3 | 0 | 57 | 9 | 10 | 132 | 4E | 2F |
| Octal | 326 | 33 | 303 | 0 | 127 | 11 | 20 | 462 | 116 | 57 |
| Binary | 11010110 | 11011 | 11000011 | 0 | 1010111 | 1001 | 10000 | 100110010 | 1001110 | 101111 |
Color Harmonies of #D61BC3
Complementary color
Monochromatic Colors of #D61BC3
Black with #D61BC3
Text Example
Text Example
White with #D61BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BC3; }
p { color: rgb(214,27,195); }
H1.HeaderClassName
{
color: #D61BC3;
}
.AnyTagClassName
{
color: #D61BC3;
}
</style>
background-color css
<style>
a { background-color: #D61BC3; }
a { background-color: rgb(214,27,195); }
div.DivClassName
{
background-color: #D61BC3;
}
.BgClassName
{
background-color: #D61BC3;
}
</style>
border-color css
<style>
span { border-color: #D61BC3; }
span { border-color: rgb(214,27,195); }
td.TdClassName
{
border-color: #D61BC3;
}
.TagClassName
{
border-color: #D61BC3;
}
</style>