Shades of Deep Magenta #D10DCF
Tints of Deep Magenta #D10DCF
RGB
CMYK
RGB Variations
Color information
#D10DCF (or 0xD10DCF) is known color: Deep Magenta. HEX triplet: D1, 0D and CF. RGB value is (209,13,207). Sum of RGB (Red+Green+Blue) = 209+13+207=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DCF is #2EF230. Grayscale: #5D5D5D. Windows color (decimal): -3076657 or 13569489. OLE color: 13569489.
HSL color Cylindrical-coordinate representation of color #D10DCF: hue angle of 300.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DCF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 207 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.18 |
| HSL | 300.61º | 0.88% | 0.44% | - |
| HSV(B) | 300.61º | 0.94% | 0.82% | - |
| XYZ | 37.7 | 18.35 | 60.59 | - |
| YUV | 93.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 207 | 0 | 0.94 | 0.01 | 0.18 | 300.61 | 0.88 | 0.44 |
| Hex | D1 | D | CF | 0 | 5E | 1 | 12 | 12D | 58 | 2C |
| Octal | 321 | 15 | 317 | 0 | 136 | 1 | 22 | 455 | 130 | 54 |
| Binary | 11010001 | 1101 | 11001111 | 0 | 1011110 | 1 | 10010 | 100101101 | 1011000 | 101100 |
Color Harmonies of #D10DCF
Complementary color
Monochromatic Colors of #D10DCF
Black with #D10DCF
Text Example
Text Example
White with #D10DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DCF; }
p { color: rgb(209,13,207); }
H1.HeaderClassName
{
color: #D10DCF;
}
.AnyTagClassName
{
color: #D10DCF;
}
</style>
background-color css
<style>
a { background-color: #D10DCF; }
a { background-color: rgb(209,13,207); }
div.DivClassName
{
background-color: #D10DCF;
}
.BgClassName
{
background-color: #D10DCF;
}
</style>
border-color css
<style>
span { border-color: #D10DCF; }
span { border-color: rgb(209,13,207); }
td.TdClassName
{
border-color: #D10DCF;
}
.TagClassName
{
border-color: #D10DCF;
}
</style>