Shades of Deep Magenta #D402BE
Tints of Deep Magenta #D402BE
RGB
CMYK
RGB Variations
Color information
#D402BE (or 0xD402BE) is known color: Deep Magenta. HEX triplet: D4, 02 and BE. RGB value is (212,2,190). Sum of RGB (Red+Green+Blue) = 212+2+190=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D402BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402BE is #2BFD41. Grayscale: #555555. Windows color (decimal): -2882882 or 12452564. OLE color: 12452564.
HSL color Cylindrical-coordinate representation of color #D402BE: hue angle of 306.29º degrees, saturation: 0.98, 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 #D402BE is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.17 |
| HSL | 306.29º | 0.98% | 0.42% | - |
| HSV(B) | 306.29º | 0.99% | 0.83% | - |
| XYZ | 36.47 | 17.76 | 50.22 | - |
| YUV | 86.22 | 186.57 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 190 | 0 | 0.99 | 0.10 | 0.17 | 306.29 | 0.98 | 0.42 |
| Hex | D4 | 2 | BE | 0 | 63 | A | 11 | 132 | 62 | 2A |
| Octal | 324 | 2 | 276 | 0 | 143 | 12 | 21 | 462 | 142 | 52 |
| Binary | 11010100 | 10 | 10111110 | 0 | 1100011 | 1010 | 10001 | 100110010 | 1100010 | 101010 |
Color Harmonies of #D402BE
Complementary color
Monochromatic Colors of #D402BE
Black with #D402BE
Text Example
Text Example
White with #D402BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402BE; }
p { color: rgb(212,2,190); }
H1.HeaderClassName
{
color: #D402BE;
}
.AnyTagClassName
{
color: #D402BE;
}
</style>
background-color css
<style>
a { background-color: #D402BE; }
a { background-color: rgb(212,2,190); }
div.DivClassName
{
background-color: #D402BE;
}
.BgClassName
{
background-color: #D402BE;
}
</style>
border-color css
<style>
span { border-color: #D402BE; }
span { border-color: rgb(212,2,190); }
td.TdClassName
{
border-color: #D402BE;
}
.TagClassName
{
border-color: #D402BE;
}
</style>