Shades of Deep Magenta #D51CBE
Tints of Deep Magenta #D51CBE
RGB
CMYK
RGB Variations
Color information
#D51CBE (or 0xD51CBE) is known color: Deep Magenta. HEX triplet: D5, 1C and BE. RGB value is (213,28,190). Sum of RGB (Red+Green+Blue) = 213+28+190=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CBE is #2AE341. Grayscale: #656565. Windows color (decimal): -2810690 or 12459221. OLE color: 12459221.
HSL color Cylindrical-coordinate representation of color #D51CBE: hue angle of 307.46º 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 #D51CBE is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 190 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.16 |
| HSL | 307.46º | 0.77% | 0.47% | - |
| HSV(B) | 307.46º | 0.87% | 0.84% | - |
| XYZ | 37.15 | 18.69 | 50.37 | - |
| YUV | 101.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 190 | 0 | 0.87 | 0.11 | 0.16 | 307.46 | 0.77 | 0.47 |
| Hex | D5 | 1C | BE | 0 | 57 | B | 10 | 133 | 4D | 2F |
| Octal | 325 | 34 | 276 | 0 | 127 | 13 | 20 | 463 | 115 | 57 |
| Binary | 11010101 | 11100 | 10111110 | 0 | 1010111 | 1011 | 10000 | 100110011 | 1001101 | 101111 |
Color Harmonies of #D51CBE
Complementary color
Monochromatic Colors of #D51CBE
Black with #D51CBE
Text Example
Text Example
White with #D51CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CBE; }
p { color: rgb(213,28,190); }
H1.HeaderClassName
{
color: #D51CBE;
}
.AnyTagClassName
{
color: #D51CBE;
}
</style>
background-color css
<style>
a { background-color: #D51CBE; }
a { background-color: rgb(213,28,190); }
div.DivClassName
{
background-color: #D51CBE;
}
.BgClassName
{
background-color: #D51CBE;
}
</style>
border-color css
<style>
span { border-color: #D51CBE; }
span { border-color: rgb(213,28,190); }
td.TdClassName
{
border-color: #D51CBE;
}
.TagClassName
{
border-color: #D51CBE;
}
</style>