Shades of Deep Magenta #D51CBF
Tints of Deep Magenta #D51CBF
RGB
CMYK
RGB Variations
Color information
#D51CBF (or 0xD51CBF) is known color: Deep Magenta. HEX triplet: D5, 1C and BF. RGB value is (213,28,191). Sum of RGB (Red+Green+Blue) = 213+28+191=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CBF is #2AE340. Grayscale: #656565. Windows color (decimal): -2810689 or 12524757. OLE color: 12524757.
HSL color Cylindrical-coordinate representation of color #D51CBF: hue angle of 307.14º 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 #D51CBF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 191 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.16 |
| HSL | 307.14º | 0.77% | 0.47% | - |
| HSV(B) | 307.14º | 0.87% | 0.84% | - |
| XYZ | 37.26 | 18.74 | 50.94 | - |
| YUV | 101.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 191 | 0 | 0.87 | 0.10 | 0.16 | 307.14 | 0.77 | 0.47 |
| Hex | D5 | 1C | BF | 0 | 57 | A | 10 | 133 | 4D | 2F |
| Octal | 325 | 34 | 277 | 0 | 127 | 12 | 20 | 463 | 115 | 57 |
| Binary | 11010101 | 11100 | 10111111 | 0 | 1010111 | 1010 | 10000 | 100110011 | 1001101 | 101111 |
Color Harmonies of #D51CBF
Complementary color
Monochromatic Colors of #D51CBF
Black with #D51CBF
Text Example
Text Example
White with #D51CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CBF; }
p { color: rgb(213,28,191); }
H1.HeaderClassName
{
color: #D51CBF;
}
.AnyTagClassName
{
color: #D51CBF;
}
</style>
background-color css
<style>
a { background-color: #D51CBF; }
a { background-color: rgb(213,28,191); }
div.DivClassName
{
background-color: #D51CBF;
}
.BgClassName
{
background-color: #D51CBF;
}
</style>
border-color css
<style>
span { border-color: #D51CBF; }
span { border-color: rgb(213,28,191); }
td.TdClassName
{
border-color: #D51CBF;
}
.TagClassName
{
border-color: #D51CBF;
}
</style>