Shades of Deep Magenta #D41DCF
Tints of Deep Magenta #D41DCF
RGB
CMYK
RGB Variations
Color information
#D41DCF (or 0xD41DCF) is known color: Deep Magenta. HEX triplet: D4, 1D and CF. RGB value is (212,29,207). Sum of RGB (Red+Green+Blue) = 212+29+207=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DCF is #2BE230. Grayscale: #676767. Windows color (decimal): -2875953 or 13573588. OLE color: 13573588.
HSL color Cylindrical-coordinate representation of color #D41DCF: hue angle of 301.64º 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 #D41DCF is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 207 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.17 |
| HSL | 301.64º | 0.76% | 0.47% | - |
| HSV(B) | 301.64º | 0.86% | 0.83% | - |
| XYZ | 38.85 | 19.38 | 60.72 | - |
| YUV | 104.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 207 | 0 | 0.86 | 0.02 | 0.17 | 301.64 | 0.76 | 0.47 |
| Hex | D4 | 1D | CF | 0 | 56 | 2 | 11 | 12E | 4C | 2F |
| Octal | 324 | 35 | 317 | 0 | 126 | 2 | 21 | 456 | 114 | 57 |
| Binary | 11010100 | 11101 | 11001111 | 0 | 1010110 | 10 | 10001 | 100101110 | 1001100 | 101111 |
Color Harmonies of #D41DCF
Complementary color
Monochromatic Colors of #D41DCF
Black with #D41DCF
Text Example
Text Example
White with #D41DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DCF; }
p { color: rgb(212,29,207); }
H1.HeaderClassName
{
color: #D41DCF;
}
.AnyTagClassName
{
color: #D41DCF;
}
</style>
background-color css
<style>
a { background-color: #D41DCF; }
a { background-color: rgb(212,29,207); }
div.DivClassName
{
background-color: #D41DCF;
}
.BgClassName
{
background-color: #D41DCF;
}
</style>
border-color css
<style>
span { border-color: #D41DCF; }
span { border-color: rgb(212,29,207); }
td.TdClassName
{
border-color: #D41DCF;
}
.TagClassName
{
border-color: #D41DCF;
}
</style>