Shades of Deep Magenta #D403B7
Tints of Deep Magenta #D403B7
RGB
CMYK
RGB Variations
Color information
#D403B7 (or 0xD403B7) is known color: Deep Magenta. HEX triplet: D4, 03 and B7. RGB value is (212,3,183). Sum of RGB (Red+Green+Blue) = 212+3+183=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D403B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D403B7 is #2BFC48. Grayscale: #555555. Windows color (decimal): -2882633 or 11994068. OLE color: 11994068.
HSL color Cylindrical-coordinate representation of color #D403B7: hue angle of 308.33º 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 #D403B7 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.17 |
| HSL | 308.33º | 0.97% | 0.42% | - |
| HSV(B) | 308.33º | 0.99% | 0.83% | - |
| XYZ | 35.73 | 17.48 | 46.29 | - |
| YUV | 86.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 183 | 0 | 0.99 | 0.14 | 0.17 | 308.33 | 0.97 | 0.42 |
| Hex | D4 | 3 | B7 | 0 | 63 | E | 11 | 134 | 61 | 2A |
| Octal | 324 | 3 | 267 | 0 | 143 | 16 | 21 | 464 | 141 | 52 |
| Binary | 11010100 | 11 | 10110111 | 0 | 1100011 | 1110 | 10001 | 100110100 | 1100001 | 101010 |
Color Harmonies of #D403B7
Complementary color
Monochromatic Colors of #D403B7
Black with #D403B7
Text Example
Text Example
White with #D403B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403B7; }
p { color: rgb(212,3,183); }
H1.HeaderClassName
{
color: #D403B7;
}
.AnyTagClassName
{
color: #D403B7;
}
</style>
background-color css
<style>
a { background-color: #D403B7; }
a { background-color: rgb(212,3,183); }
div.DivClassName
{
background-color: #D403B7;
}
.BgClassName
{
background-color: #D403B7;
}
</style>
border-color css
<style>
span { border-color: #D403B7; }
span { border-color: rgb(212,3,183); }
td.TdClassName
{
border-color: #D403B7;
}
.TagClassName
{
border-color: #D403B7;
}
</style>