Shades of Deep Magenta #D418BE
Tints of Deep Magenta #D418BE
RGB
CMYK
RGB Variations
Color information
#D418BE (or 0xD418BE) is known color: Deep Magenta. HEX triplet: D4, 18 and BE. RGB value is (212,24,190). Sum of RGB (Red+Green+Blue) = 212+24+190=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D418BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418BE is #2BE741. Grayscale: #626262. Windows color (decimal): -2877250 or 12458196. OLE color: 12458196.
HSL color Cylindrical-coordinate representation of color #D418BE: hue angle of 307.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D418BE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 190 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.17 |
| HSL | 307.02º | 0.8% | 0.46% | - |
| HSV(B) | 307.02º | 0.89% | 0.83% | - |
| XYZ | 36.77 | 18.37 | 50.32 | - |
| YUV | 99.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 190 | 0 | 0.89 | 0.10 | 0.17 | 307.02 | 0.8 | 0.46 |
| Hex | D4 | 18 | BE | 0 | 59 | A | 11 | 133 | 50 | 2E |
| Octal | 324 | 30 | 276 | 0 | 131 | 12 | 21 | 463 | 120 | 56 |
| Binary | 11010100 | 11000 | 10111110 | 0 | 1011001 | 1010 | 10001 | 100110011 | 1010000 | 101110 |
Color Harmonies of #D418BE
Complementary color
Monochromatic Colors of #D418BE
Black with #D418BE
Text Example
Text Example
White with #D418BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D418BE; }
p { color: rgb(212,24,190); }
H1.HeaderClassName
{
color: #D418BE;
}
.AnyTagClassName
{
color: #D418BE;
}
</style>
background-color css
<style>
a { background-color: #D418BE; }
a { background-color: rgb(212,24,190); }
div.DivClassName
{
background-color: #D418BE;
}
.BgClassName
{
background-color: #D418BE;
}
</style>
border-color css
<style>
span { border-color: #D418BE; }
span { border-color: rgb(212,24,190); }
td.TdClassName
{
border-color: #D418BE;
}
.TagClassName
{
border-color: #D418BE;
}
</style>