Shades of Deep Magenta #D61CBA
Tints of Deep Magenta #D61CBA
RGB
CMYK
RGB Variations
Color information
#D61CBA (or 0xD61CBA) is known color: Deep Magenta. HEX triplet: D6, 1C and BA. RGB value is (214,28,186). Sum of RGB (Red+Green+Blue) = 214+28+186=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CBA is #29E345. Grayscale: #656565. Windows color (decimal): -2745158 or 12197078. OLE color: 12197078.
HSL color Cylindrical-coordinate representation of color #D61CBA: hue angle of 309.03º degrees, saturation: 0.77, 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 #D61CBA is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 186 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.16 |
| HSL | 309.03º | 0.77% | 0.47% | - |
| HSV(B) | 309.03º | 0.87% | 0.84% | - |
| XYZ | 37.01 | 18.67 | 48.11 | - |
| YUV | 101.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 186 | 0 | 0.87 | 0.13 | 0.16 | 309.03 | 0.77 | 0.47 |
| Hex | D6 | 1C | BA | 0 | 57 | D | 10 | 135 | 4D | 2F |
| Octal | 326 | 34 | 272 | 0 | 127 | 15 | 20 | 465 | 115 | 57 |
| Binary | 11010110 | 11100 | 10111010 | 0 | 1010111 | 1101 | 10000 | 100110101 | 1001101 | 101111 |
Color Harmonies of #D61CBA
Complementary color
Monochromatic Colors of #D61CBA
Black with #D61CBA
Text Example
Text Example
White with #D61CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CBA; }
p { color: rgb(214,28,186); }
H1.HeaderClassName
{
color: #D61CBA;
}
.AnyTagClassName
{
color: #D61CBA;
}
</style>
background-color css
<style>
a { background-color: #D61CBA; }
a { background-color: rgb(214,28,186); }
div.DivClassName
{
background-color: #D61CBA;
}
.BgClassName
{
background-color: #D61CBA;
}
</style>
border-color css
<style>
span { border-color: #D61CBA; }
span { border-color: rgb(214,28,186); }
td.TdClassName
{
border-color: #D61CBA;
}
.TagClassName
{
border-color: #D61CBA;
}
</style>