Shades of Deep Magenta #D51BCF
Tints of Deep Magenta #D51BCF
RGB
CMYK
RGB Variations
Color information
#D51BCF (or 0xD51BCF) is known color: Deep Magenta. HEX triplet: D5, 1B and CF. RGB value is (213,27,207). Sum of RGB (Red+Green+Blue) = 213+27+207=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BCF is #2AE430. Grayscale: #666666. Windows color (decimal): -2810929 or 13573077. OLE color: 13573077.
HSL color Cylindrical-coordinate representation of color #D51BCF: hue angle of 301.94º 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 #D51BCF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 207 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.16 |
| HSL | 301.94º | 0.78% | 0.47% | - |
| HSV(B) | 301.94º | 0.87% | 0.84% | - |
| XYZ | 39.09 | 19.43 | 60.72 | - |
| YUV | 103.13 | 186.62 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 207 | 0 | 0.87 | 0.03 | 0.16 | 301.94 | 0.78 | 0.47 |
| Hex | D5 | 1B | CF | 0 | 57 | 3 | 10 | 12E | 4E | 2F |
| Octal | 325 | 33 | 317 | 0 | 127 | 3 | 20 | 456 | 116 | 57 |
| Binary | 11010101 | 11011 | 11001111 | 0 | 1010111 | 11 | 10000 | 100101110 | 1001110 | 101111 |
Color Harmonies of #D51BCF
Complementary color
Monochromatic Colors of #D51BCF
Black with #D51BCF
Text Example
Text Example
White with #D51BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BCF; }
p { color: rgb(213,27,207); }
H1.HeaderClassName
{
color: #D51BCF;
}
.AnyTagClassName
{
color: #D51BCF;
}
</style>
background-color css
<style>
a { background-color: #D51BCF; }
a { background-color: rgb(213,27,207); }
div.DivClassName
{
background-color: #D51BCF;
}
.BgClassName
{
background-color: #D51BCF;
}
</style>
border-color css
<style>
span { border-color: #D51BCF; }
span { border-color: rgb(213,27,207); }
td.TdClassName
{
border-color: #D51BCF;
}
.TagClassName
{
border-color: #D51BCF;
}
</style>