Shades of Deep Magenta #D61FBC
Tints of Deep Magenta #D61FBC
RGB
CMYK
RGB Variations
Color information
#D61FBC (or 0xD61FBC) is known color: Deep Magenta. HEX triplet: D6, 1F and BC. RGB value is (214,31,188). Sum of RGB (Red+Green+Blue) = 214+31+188=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FBC is #29E043. Grayscale: #676767. Windows color (decimal): -2744388 or 12328918. OLE color: 12328918.
HSL color Cylindrical-coordinate representation of color #D61FBC: hue angle of 308.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FBC is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 188 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.16 |
| HSL | 308.52º | 0.75% | 0.48% | - |
| HSV(B) | 308.52º | 0.86% | 0.84% | - |
| XYZ | 37.3 | 18.91 | 49.26 | - |
| YUV | 103.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 188 | 0 | 0.86 | 0.12 | 0.16 | 308.52 | 0.75 | 0.48 |
| Hex | D6 | 1F | BC | 0 | 56 | C | 10 | 135 | 4B | 30 |
| Octal | 326 | 37 | 274 | 0 | 126 | 14 | 20 | 465 | 113 | 60 |
| Binary | 11010110 | 11111 | 10111100 | 0 | 1010110 | 1100 | 10000 | 100110101 | 1001011 | 110000 |
Color Harmonies of #D61FBC
Complementary color
Monochromatic Colors of #D61FBC
Black with #D61FBC
Text Example
Text Example
White with #D61FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FBC; }
p { color: rgb(214,31,188); }
H1.HeaderClassName
{
color: #D61FBC;
}
.AnyTagClassName
{
color: #D61FBC;
}
</style>
background-color css
<style>
a { background-color: #D61FBC; }
a { background-color: rgb(214,31,188); }
div.DivClassName
{
background-color: #D61FBC;
}
.BgClassName
{
background-color: #D61FBC;
}
</style>
border-color css
<style>
span { border-color: #D61FBC; }
span { border-color: rgb(214,31,188); }
td.TdClassName
{
border-color: #D61FBC;
}
.TagClassName
{
border-color: #D61FBC;
}
</style>