Shades of Deep Magenta #D61CBF
Tints of Deep Magenta #D61CBF
RGB
CMYK
RGB Variations
Color information
#D61CBF (or 0xD61CBF) is known color: Deep Magenta. HEX triplet: D6, 1C and BF. RGB value is (214,28,191). Sum of RGB (Red+Green+Blue) = 214+28+191=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CBF is #29E340. Grayscale: #656565. Windows color (decimal): -2745153 or 12524758. OLE color: 12524758.
HSL color Cylindrical-coordinate representation of color #D61CBF: hue angle of 307.42º 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 #D61CBF is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 191 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.16 |
| HSL | 307.42º | 0.77% | 0.47% | - |
| HSV(B) | 307.42º | 0.87% | 0.84% | - |
| XYZ | 37.55 | 18.89 | 50.96 | - |
| YUV | 102.2 | 178.12 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 191 | 0 | 0.87 | 0.11 | 0.16 | 307.42 | 0.77 | 0.47 |
| Hex | D6 | 1C | BF | 0 | 57 | B | 10 | 133 | 4D | 2F |
| Octal | 326 | 34 | 277 | 0 | 127 | 13 | 20 | 463 | 115 | 57 |
| Binary | 11010110 | 11100 | 10111111 | 0 | 1010111 | 1011 | 10000 | 100110011 | 1001101 | 101111 |
Color Harmonies of #D61CBF
Complementary color
Monochromatic Colors of #D61CBF
Black with #D61CBF
Text Example
Text Example
White with #D61CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CBF; }
p { color: rgb(214,28,191); }
H1.HeaderClassName
{
color: #D61CBF;
}
.AnyTagClassName
{
color: #D61CBF;
}
</style>
background-color css
<style>
a { background-color: #D61CBF; }
a { background-color: rgb(214,28,191); }
div.DivClassName
{
background-color: #D61CBF;
}
.BgClassName
{
background-color: #D61CBF;
}
</style>
border-color css
<style>
span { border-color: #D61CBF; }
span { border-color: rgb(214,28,191); }
td.TdClassName
{
border-color: #D61CBF;
}
.TagClassName
{
border-color: #D61CBF;
}
</style>