Shades of Deep Magenta #D51BBA
Tints of Deep Magenta #D51BBA
RGB
CMYK
RGB Variations
Color information
#D51BBA (or 0xD51BBA) is known color: Deep Magenta. HEX triplet: D5, 1B and BA. RGB value is (213,27,186). Sum of RGB (Red+Green+Blue) = 213+27+186=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BBA is #2AE445. Grayscale: #646464. Windows color (decimal): -2810950 or 12196821. OLE color: 12196821.
HSL color Cylindrical-coordinate representation of color #D51BBA: hue angle of 308.71º 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 #D51BBA is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 186 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.16 |
| HSL | 308.71º | 0.78% | 0.47% | - |
| HSV(B) | 308.71º | 0.87% | 0.84% | - |
| XYZ | 36.7 | 18.48 | 48.09 | - |
| YUV | 100.74 | 176.12 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 186 | 0 | 0.87 | 0.13 | 0.16 | 308.71 | 0.78 | 0.47 |
| Hex | D5 | 1B | BA | 0 | 57 | D | 10 | 135 | 4E | 2F |
| Octal | 325 | 33 | 272 | 0 | 127 | 15 | 20 | 465 | 116 | 57 |
| Binary | 11010101 | 11011 | 10111010 | 0 | 1010111 | 1101 | 10000 | 100110101 | 1001110 | 101111 |
Color Harmonies of #D51BBA
Complementary color
Monochromatic Colors of #D51BBA
Black with #D51BBA
Text Example
Text Example
White with #D51BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BBA; }
p { color: rgb(213,27,186); }
H1.HeaderClassName
{
color: #D51BBA;
}
.AnyTagClassName
{
color: #D51BBA;
}
</style>
background-color css
<style>
a { background-color: #D51BBA; }
a { background-color: rgb(213,27,186); }
div.DivClassName
{
background-color: #D51BBA;
}
.BgClassName
{
background-color: #D51BBA;
}
</style>
border-color css
<style>
span { border-color: #D51BBA; }
span { border-color: rgb(213,27,186); }
td.TdClassName
{
border-color: #D51BBA;
}
.TagClassName
{
border-color: #D51BBA;
}
</style>