Shades of Deep Magenta #D61BCD
Tints of Deep Magenta #D61BCD
RGB
CMYK
RGB Variations
Color information
#D61BCD (or 0xD61BCD) is known color: Deep Magenta. HEX triplet: D6, 1B and CD. RGB value is (214,27,205). Sum of RGB (Red+Green+Blue) = 214+27+205=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BCD is #29E432. Grayscale: #666666. Windows color (decimal): -2745395 or 13442006. OLE color: 13442006.
HSL color Cylindrical-coordinate representation of color #D61BCD: hue angle of 302.89º 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 #D61BCD is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 205 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.16 |
| HSL | 302.89º | 0.78% | 0.47% | - |
| HSV(B) | 302.89º | 0.87% | 0.84% | - |
| XYZ | 39.14 | 19.49 | 59.46 | - |
| YUV | 103.21 | 185.45 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 205 | 0 | 0.87 | 0.04 | 0.16 | 302.89 | 0.78 | 0.47 |
| Hex | D6 | 1B | CD | 0 | 57 | 4 | 10 | 12F | 4E | 2F |
| Octal | 326 | 33 | 315 | 0 | 127 | 4 | 20 | 457 | 116 | 57 |
| Binary | 11010110 | 11011 | 11001101 | 0 | 1010111 | 100 | 10000 | 100101111 | 1001110 | 101111 |
Color Harmonies of #D61BCD
Complementary color
Monochromatic Colors of #D61BCD
Black with #D61BCD
Text Example
Text Example
White with #D61BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BCD; }
p { color: rgb(214,27,205); }
H1.HeaderClassName
{
color: #D61BCD;
}
.AnyTagClassName
{
color: #D61BCD;
}
</style>
background-color css
<style>
a { background-color: #D61BCD; }
a { background-color: rgb(214,27,205); }
div.DivClassName
{
background-color: #D61BCD;
}
.BgClassName
{
background-color: #D61BCD;
}
</style>
border-color css
<style>
span { border-color: #D61BCD; }
span { border-color: rgb(214,27,205); }
td.TdClassName
{
border-color: #D61BCD;
}
.TagClassName
{
border-color: #D61BCD;
}
</style>