Shades of Deep Magenta #D514BC
Tints of Deep Magenta #D514BC
RGB
CMYK
RGB Variations
Color information
#D514BC (or 0xD514BC) is known color: Deep Magenta. HEX triplet: D5, 14 and BC. RGB value is (213,20,188). Sum of RGB (Red+Green+Blue) = 213+20+188=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D514BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514BC is #2AEB43. Grayscale: #606060. Windows color (decimal): -2812740 or 12326101. OLE color: 12326101.
HSL color Cylindrical-coordinate representation of color #D514BC: hue angle of 307.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514BC is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 188 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.16 |
| HSL | 307.77º | 0.83% | 0.46% | - |
| HSV(B) | 307.77º | 0.91% | 0.84% | - |
| XYZ | 36.77 | 18.28 | 49.17 | - |
| YUV | 96.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 188 | 0 | 0.91 | 0.12 | 0.16 | 307.77 | 0.83 | 0.46 |
| Hex | D5 | 14 | BC | 0 | 5B | C | 10 | 134 | 53 | 2E |
| Octal | 325 | 24 | 274 | 0 | 133 | 14 | 20 | 464 | 123 | 56 |
| Binary | 11010101 | 10100 | 10111100 | 0 | 1011011 | 1100 | 10000 | 100110100 | 1010011 | 101110 |
Color Harmonies of #D514BC
Complementary color
Monochromatic Colors of #D514BC
Black with #D514BC
Text Example
Text Example
White with #D514BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514BC; }
p { color: rgb(213,20,188); }
H1.HeaderClassName
{
color: #D514BC;
}
.AnyTagClassName
{
color: #D514BC;
}
</style>
background-color css
<style>
a { background-color: #D514BC; }
a { background-color: rgb(213,20,188); }
div.DivClassName
{
background-color: #D514BC;
}
.BgClassName
{
background-color: #D514BC;
}
</style>
border-color css
<style>
span { border-color: #D514BC; }
span { border-color: rgb(213,20,188); }
td.TdClassName
{
border-color: #D514BC;
}
.TagClassName
{
border-color: #D514BC;
}
</style>