Shades of Deep Magenta #D419BC
Tints of Deep Magenta #D419BC
RGB
CMYK
RGB Variations
Color information
#D419BC (or 0xD419BC) is known color: Deep Magenta. HEX triplet: D4, 19 and BC. RGB value is (212,25,188). Sum of RGB (Red+Green+Blue) = 212+25+188=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D419BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D419BC is #2BE643. Grayscale: #636363. Windows color (decimal): -2876996 or 12327380. OLE color: 12327380.
HSL color Cylindrical-coordinate representation of color #D419BC: hue angle of 307.7º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D419BC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 188 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.17 |
| HSL | 307.7º | 0.79% | 0.46% | - |
| HSV(B) | 307.7º | 0.88% | 0.83% | - |
| XYZ | 36.58 | 18.32 | 49.19 | - |
| YUV | 99.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 188 | 0 | 0.88 | 0.11 | 0.17 | 307.7 | 0.79 | 0.46 |
| Hex | D4 | 19 | BC | 0 | 58 | B | 11 | 134 | 4F | 2E |
| Octal | 324 | 31 | 274 | 0 | 130 | 13 | 21 | 464 | 117 | 56 |
| Binary | 11010100 | 11001 | 10111100 | 0 | 1011000 | 1011 | 10001 | 100110100 | 1001111 | 101110 |
Color Harmonies of #D419BC
Complementary color
Monochromatic Colors of #D419BC
Black with #D419BC
Text Example
Text Example
White with #D419BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419BC; }
p { color: rgb(212,25,188); }
H1.HeaderClassName
{
color: #D419BC;
}
.AnyTagClassName
{
color: #D419BC;
}
</style>
background-color css
<style>
a { background-color: #D419BC; }
a { background-color: rgb(212,25,188); }
div.DivClassName
{
background-color: #D419BC;
}
.BgClassName
{
background-color: #D419BC;
}
</style>
border-color css
<style>
span { border-color: #D419BC; }
span { border-color: rgb(212,25,188); }
td.TdClassName
{
border-color: #D419BC;
}
.TagClassName
{
border-color: #D419BC;
}
</style>