Shades of Deep Magenta #D41DBB
Tints of Deep Magenta #D41DBB
RGB
CMYK
RGB Variations
Color information
#D41DBB (or 0xD41DBB) is known color: Deep Magenta. HEX triplet: D4, 1D and BB. RGB value is (212,29,187). Sum of RGB (Red+Green+Blue) = 212+29+187=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DBB is #2BE244. Grayscale: #656565. Windows color (decimal): -2875973 or 12262868. OLE color: 12262868.
HSL color Cylindrical-coordinate representation of color #D41DBB: hue angle of 308.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41DBB is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 187 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.17 |
| HSL | 308.2º | 0.76% | 0.47% | - |
| HSV(B) | 308.2º | 0.86% | 0.83% | - |
| XYZ | 36.56 | 18.46 | 48.65 | - |
| YUV | 101.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 187 | 0 | 0.86 | 0.12 | 0.17 | 308.2 | 0.76 | 0.47 |
| Hex | D4 | 1D | BB | 0 | 56 | C | 11 | 134 | 4C | 2F |
| Octal | 324 | 35 | 273 | 0 | 126 | 14 | 21 | 464 | 114 | 57 |
| Binary | 11010100 | 11101 | 10111011 | 0 | 1010110 | 1100 | 10001 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D41DBB
Complementary color
Monochromatic Colors of #D41DBB
Black with #D41DBB
Text Example
Text Example
White with #D41DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DBB; }
p { color: rgb(212,29,187); }
H1.HeaderClassName
{
color: #D41DBB;
}
.AnyTagClassName
{
color: #D41DBB;
}
</style>
background-color css
<style>
a { background-color: #D41DBB; }
a { background-color: rgb(212,29,187); }
div.DivClassName
{
background-color: #D41DBB;
}
.BgClassName
{
background-color: #D41DBB;
}
</style>
border-color css
<style>
span { border-color: #D41DBB; }
span { border-color: rgb(212,29,187); }
td.TdClassName
{
border-color: #D41DBB;
}
.TagClassName
{
border-color: #D41DBB;
}
</style>