Shades of Deep Magenta #D513BC
Tints of Deep Magenta #D513BC
RGB
CMYK
RGB Variations
Color information
#D513BC (or 0xD513BC) is known color: Deep Magenta. HEX triplet: D5, 13 and BC. RGB value is (213,19,188). Sum of RGB (Red+Green+Blue) = 213+19+188=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D513BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513BC is #2AEC43. Grayscale: #5F5F5F. Windows color (decimal): -2812996 or 12325845. OLE color: 12325845.
HSL color Cylindrical-coordinate representation of color #D513BC: hue angle of 307.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513BC is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 188 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.16 |
| HSL | 307.73º | 0.84% | 0.45% | - |
| HSV(B) | 307.73º | 0.91% | 0.84% | - |
| XYZ | 36.75 | 18.24 | 49.16 | - |
| YUV | 96.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 188 | 0 | 0.91 | 0.12 | 0.16 | 307.73 | 0.84 | 0.45 |
| Hex | D5 | 13 | BC | 0 | 5B | C | 10 | 134 | 54 | 2D |
| Octal | 325 | 23 | 274 | 0 | 133 | 14 | 20 | 464 | 124 | 55 |
| Binary | 11010101 | 10011 | 10111100 | 0 | 1011011 | 1100 | 10000 | 100110100 | 1010100 | 101101 |
Color Harmonies of #D513BC
Complementary color
Monochromatic Colors of #D513BC
Black with #D513BC
Text Example
Text Example
White with #D513BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513BC; }
p { color: rgb(213,19,188); }
H1.HeaderClassName
{
color: #D513BC;
}
.AnyTagClassName
{
color: #D513BC;
}
</style>
background-color css
<style>
a { background-color: #D513BC; }
a { background-color: rgb(213,19,188); }
div.DivClassName
{
background-color: #D513BC;
}
.BgClassName
{
background-color: #D513BC;
}
</style>
border-color css
<style>
span { border-color: #D513BC; }
span { border-color: rgb(213,19,188); }
td.TdClassName
{
border-color: #D513BC;
}
.TagClassName
{
border-color: #D513BC;
}
</style>