Shades of Deep Magenta #D51CBC
Tints of Deep Magenta #D51CBC
RGB
CMYK
RGB Variations
Color information
#D51CBC (or 0xD51CBC) is known color: Deep Magenta. HEX triplet: D5, 1C and BC. RGB value is (213,28,188). Sum of RGB (Red+Green+Blue) = 213+28+188=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CBC is #2AE343. Grayscale: #656565. Windows color (decimal): -2810692 or 12328149. OLE color: 12328149.
HSL color Cylindrical-coordinate representation of color #D51CBC: hue angle of 308.11º 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 #D51CBC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 188 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.16 |
| HSL | 308.11º | 0.77% | 0.47% | - |
| HSV(B) | 308.11º | 0.87% | 0.84% | - |
| XYZ | 36.93 | 18.61 | 49.22 | - |
| YUV | 101.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 188 | 0 | 0.87 | 0.12 | 0.16 | 308.11 | 0.77 | 0.47 |
| Hex | D5 | 1C | BC | 0 | 57 | C | 10 | 134 | 4D | 2F |
| Octal | 325 | 34 | 274 | 0 | 127 | 14 | 20 | 464 | 115 | 57 |
| Binary | 11010101 | 11100 | 10111100 | 0 | 1010111 | 1100 | 10000 | 100110100 | 1001101 | 101111 |
Color Harmonies of #D51CBC
Complementary color
Monochromatic Colors of #D51CBC
Black with #D51CBC
Text Example
Text Example
White with #D51CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CBC; }
p { color: rgb(213,28,188); }
H1.HeaderClassName
{
color: #D51CBC;
}
.AnyTagClassName
{
color: #D51CBC;
}
</style>
background-color css
<style>
a { background-color: #D51CBC; }
a { background-color: rgb(213,28,188); }
div.DivClassName
{
background-color: #D51CBC;
}
.BgClassName
{
background-color: #D51CBC;
}
</style>
border-color css
<style>
span { border-color: #D51CBC; }
span { border-color: rgb(213,28,188); }
td.TdClassName
{
border-color: #D51CBC;
}
.TagClassName
{
border-color: #D51CBC;
}
</style>