Shades of Deep Magenta #D408B7
Tints of Deep Magenta #D408B7
RGB
CMYK
RGB Variations
Color information
#D408B7 (or 0xD408B7) is known color: Deep Magenta. HEX triplet: D4, 08 and B7. RGB value is (212,8,183). Sum of RGB (Red+Green+Blue) = 212+8+183=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D408B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408B7 is #2BF748. Grayscale: #585858. Windows color (decimal): -2881353 or 11995348. OLE color: 11995348.
HSL color Cylindrical-coordinate representation of color #D408B7: hue angle of 308.53º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D408B7 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 183 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.17 |
| HSL | 308.53º | 0.93% | 0.43% | - |
| HSV(B) | 308.53º | 0.96% | 0.83% | - |
| XYZ | 35.79 | 17.59 | 46.31 | - |
| YUV | 88.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 183 | 0 | 0.96 | 0.14 | 0.17 | 308.53 | 0.93 | 0.43 |
| Hex | D4 | 8 | B7 | 0 | 60 | E | 11 | 135 | 5D | 2B |
| Octal | 324 | 10 | 267 | 0 | 140 | 16 | 21 | 465 | 135 | 53 |
| Binary | 11010100 | 1000 | 10110111 | 0 | 1100000 | 1110 | 10001 | 100110101 | 1011101 | 101011 |
Color Harmonies of #D408B7
Complementary color
Monochromatic Colors of #D408B7
Black with #D408B7
Text Example
Text Example
White with #D408B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408B7; }
p { color: rgb(212,8,183); }
H1.HeaderClassName
{
color: #D408B7;
}
.AnyTagClassName
{
color: #D408B7;
}
</style>
background-color css
<style>
a { background-color: #D408B7; }
a { background-color: rgb(212,8,183); }
div.DivClassName
{
background-color: #D408B7;
}
.BgClassName
{
background-color: #D408B7;
}
</style>
border-color css
<style>
span { border-color: #D408B7; }
span { border-color: rgb(212,8,183); }
td.TdClassName
{
border-color: #D408B7;
}
.TagClassName
{
border-color: #D408B7;
}
</style>