Shades of Deep Magenta #D405B0
Tints of Deep Magenta #D405B0
RGB
CMYK
RGB Variations
Color information
#D405B0 (or 0xD405B0) is known color: Deep Magenta. HEX triplet: D4, 05 and B0. RGB value is (212,5,176). Sum of RGB (Red+Green+Blue) = 212+5+176=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D405B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D405B0 is #2BFA4F. Grayscale: #555555. Windows color (decimal): -2882128 or 11535828. OLE color: 11535828.
HSL color Cylindrical-coordinate representation of color #D405B0: hue angle of 310.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405B0 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 176 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.17 |
| HSL | 310.43º | 0.95% | 0.43% | - |
| HSV(B) | 310.43º | 0.98% | 0.83% | - |
| XYZ | 35.04 | 17.24 | 42.56 | - |
| YUV | 86.39 | 178.58 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 176 | 0 | 0.98 | 0.17 | 0.17 | 310.43 | 0.95 | 0.43 |
| Hex | D4 | 5 | B0 | 0 | 62 | 11 | 11 | 136 | 5F | 2B |
| Octal | 324 | 5 | 260 | 0 | 142 | 21 | 21 | 466 | 137 | 53 |
| Binary | 11010100 | 101 | 10110000 | 0 | 1100010 | 10001 | 10001 | 100110110 | 1011111 | 101011 |
Color Harmonies of #D405B0
Complementary color
Monochromatic Colors of #D405B0
Black with #D405B0
Text Example
Text Example
White with #D405B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405B0; }
p { color: rgb(212,5,176); }
H1.HeaderClassName
{
color: #D405B0;
}
.AnyTagClassName
{
color: #D405B0;
}
</style>
background-color css
<style>
a { background-color: #D405B0; }
a { background-color: rgb(212,5,176); }
div.DivClassName
{
background-color: #D405B0;
}
.BgClassName
{
background-color: #D405B0;
}
</style>
border-color css
<style>
span { border-color: #D405B0; }
span { border-color: rgb(212,5,176); }
td.TdClassName
{
border-color: #D405B0;
}
.TagClassName
{
border-color: #D405B0;
}
</style>