Shades of Deep Magenta #D403BE
Tints of Deep Magenta #D403BE
RGB
CMYK
RGB Variations
Color information
#D403BE (or 0xD403BE) is known color: Deep Magenta. HEX triplet: D4, 03 and BE. RGB value is (212,3,190). Sum of RGB (Red+Green+Blue) = 212+3+190=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D403BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D403BE is #2BFC41. Grayscale: #565656. Windows color (decimal): -2882626 or 12452820. OLE color: 12452820.
HSL color Cylindrical-coordinate representation of color #D403BE: hue angle of 306.32º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403BE is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.17 |
| HSL | 306.32º | 0.97% | 0.42% | - |
| HSV(B) | 306.32º | 0.99% | 0.83% | - |
| XYZ | 36.48 | 17.78 | 50.22 | - |
| YUV | 86.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 190 | 0 | 0.99 | 0.10 | 0.17 | 306.32 | 0.97 | 0.42 |
| Hex | D4 | 3 | BE | 0 | 63 | A | 11 | 132 | 61 | 2A |
| Octal | 324 | 3 | 276 | 0 | 143 | 12 | 21 | 462 | 141 | 52 |
| Binary | 11010100 | 11 | 10111110 | 0 | 1100011 | 1010 | 10001 | 100110010 | 1100001 | 101010 |
Color Harmonies of #D403BE
Complementary color
Monochromatic Colors of #D403BE
Black with #D403BE
Text Example
Text Example
White with #D403BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403BE; }
p { color: rgb(212,3,190); }
H1.HeaderClassName
{
color: #D403BE;
}
.AnyTagClassName
{
color: #D403BE;
}
</style>
background-color css
<style>
a { background-color: #D403BE; }
a { background-color: rgb(212,3,190); }
div.DivClassName
{
background-color: #D403BE;
}
.BgClassName
{
background-color: #D403BE;
}
</style>
border-color css
<style>
span { border-color: #D403BE; }
span { border-color: rgb(212,3,190); }
td.TdClassName
{
border-color: #D403BE;
}
.TagClassName
{
border-color: #D403BE;
}
</style>