Shades of Deep Magenta #D61CB2
Tints of Deep Magenta #D61CB2
RGB
CMYK
RGB Variations
Color information
#D61CB2 (or 0xD61CB2) is known color: Deep Magenta. HEX triplet: D6, 1C and B2. RGB value is (214,28,178). Sum of RGB (Red+Green+Blue) = 214+28+178=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CB2 is #29E34D. Grayscale: #646464. Windows color (decimal): -2745166 or 11672790. OLE color: 11672790.
HSL color Cylindrical-coordinate representation of color #D61CB2: hue angle of 311.61º 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 #D61CB2 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 178 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.16 |
| HSL | 311.61º | 0.77% | 0.47% | - |
| HSV(B) | 311.61º | 0.87% | 0.84% | - |
| XYZ | 36.18 | 18.34 | 43.75 | - |
| YUV | 100.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 178 | 0 | 0.87 | 0.17 | 0.16 | 311.61 | 0.77 | 0.47 |
| Hex | D6 | 1C | B2 | 0 | 57 | 11 | 10 | 138 | 4D | 2F |
| Octal | 326 | 34 | 262 | 0 | 127 | 21 | 20 | 470 | 115 | 57 |
| Binary | 11010110 | 11100 | 10110010 | 0 | 1010111 | 10001 | 10000 | 100111000 | 1001101 | 101111 |
Color Harmonies of #D61CB2
Complementary color
Monochromatic Colors of #D61CB2
Black with #D61CB2
Text Example
Text Example
White with #D61CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CB2; }
p { color: rgb(214,28,178); }
H1.HeaderClassName
{
color: #D61CB2;
}
.AnyTagClassName
{
color: #D61CB2;
}
</style>
background-color css
<style>
a { background-color: #D61CB2; }
a { background-color: rgb(214,28,178); }
div.DivClassName
{
background-color: #D61CB2;
}
.BgClassName
{
background-color: #D61CB2;
}
</style>
border-color css
<style>
span { border-color: #D61CB2; }
span { border-color: rgb(214,28,178); }
td.TdClassName
{
border-color: #D61CB2;
}
.TagClassName
{
border-color: #D61CB2;
}
</style>