Shades of Deep Magenta #D51BBF
Tints of Deep Magenta #D51BBF
RGB
CMYK
RGB Variations
Color information
#D51BBF (or 0xD51BBF) is known color: Deep Magenta. HEX triplet: D5, 1B and BF. RGB value is (213,27,191). Sum of RGB (Red+Green+Blue) = 213+27+191=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BBF is #2AE440. Grayscale: #646464. Windows color (decimal): -2810945 or 12524501. OLE color: 12524501.
HSL color Cylindrical-coordinate representation of color #D51BBF: hue angle of 307.1º 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 #D51BBF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 191 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.16 |
| HSL | 307.1º | 0.78% | 0.47% | - |
| HSV(B) | 307.1º | 0.87% | 0.84% | - |
| XYZ | 37.24 | 18.69 | 50.94 | - |
| YUV | 101.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 191 | 0 | 0.87 | 0.10 | 0.16 | 307.1 | 0.78 | 0.47 |
| Hex | D5 | 1B | BF | 0 | 57 | A | 10 | 133 | 4E | 2F |
| Octal | 325 | 33 | 277 | 0 | 127 | 12 | 20 | 463 | 116 | 57 |
| Binary | 11010101 | 11011 | 10111111 | 0 | 1010111 | 1010 | 10000 | 100110011 | 1001110 | 101111 |
Color Harmonies of #D51BBF
Complementary color
Monochromatic Colors of #D51BBF
Black with #D51BBF
Text Example
Text Example
White with #D51BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BBF; }
p { color: rgb(213,27,191); }
H1.HeaderClassName
{
color: #D51BBF;
}
.AnyTagClassName
{
color: #D51BBF;
}
</style>
background-color css
<style>
a { background-color: #D51BBF; }
a { background-color: rgb(213,27,191); }
div.DivClassName
{
background-color: #D51BBF;
}
.BgClassName
{
background-color: #D51BBF;
}
</style>
border-color css
<style>
span { border-color: #D51BBF; }
span { border-color: rgb(213,27,191); }
td.TdClassName
{
border-color: #D51BBF;
}
.TagClassName
{
border-color: #D51BBF;
}
</style>