Shades of Deep Magenta #D402BA
Tints of Deep Magenta #D402BA
RGB
CMYK
RGB Variations
Color information
#D402BA (or 0xD402BA) is known color: Deep Magenta. HEX triplet: D4, 02 and BA. RGB value is (212,2,186). Sum of RGB (Red+Green+Blue) = 212+2+186=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D402BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402BA is #2BFD45. Grayscale: #555555. Windows color (decimal): -2882886 or 12190420. OLE color: 12190420.
HSL color Cylindrical-coordinate representation of color #D402BA: hue angle of 307.43º 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 #D402BA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.17 |
| HSL | 307.43º | 0.98% | 0.42% | - |
| HSV(B) | 307.43º | 0.99% | 0.83% | - |
| XYZ | 36.04 | 17.59 | 47.95 | - |
| YUV | 85.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 186 | 0 | 0.99 | 0.12 | 0.17 | 307.43 | 0.98 | 0.42 |
| Hex | D4 | 2 | BA | 0 | 63 | C | 11 | 133 | 62 | 2A |
| Octal | 324 | 2 | 272 | 0 | 143 | 14 | 21 | 463 | 142 | 52 |
| Binary | 11010100 | 10 | 10111010 | 0 | 1100011 | 1100 | 10001 | 100110011 | 1100010 | 101010 |
Color Harmonies of #D402BA
Complementary color
Monochromatic Colors of #D402BA
Black with #D402BA
Text Example
Text Example
White with #D402BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402BA; }
p { color: rgb(212,2,186); }
H1.HeaderClassName
{
color: #D402BA;
}
.AnyTagClassName
{
color: #D402BA;
}
</style>
background-color css
<style>
a { background-color: #D402BA; }
a { background-color: rgb(212,2,186); }
div.DivClassName
{
background-color: #D402BA;
}
.BgClassName
{
background-color: #D402BA;
}
</style>
border-color css
<style>
span { border-color: #D402BA; }
span { border-color: rgb(212,2,186); }
td.TdClassName
{
border-color: #D402BA;
}
.TagClassName
{
border-color: #D402BA;
}
</style>