Shades of Deep Magenta #D10FB7
Tints of Deep Magenta #D10FB7
RGB
CMYK
RGB Variations
Color information
#D10FB7 (or 0xD10FB7) is known color: Deep Magenta. HEX triplet: D1, 0F and B7. RGB value is (209,15,183). Sum of RGB (Red+Green+Blue) = 209+15+183=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FB7 is #2EF048. Grayscale: #5B5B5B. Windows color (decimal): -3076169 or 11997137. OLE color: 11997137.
HSL color Cylindrical-coordinate representation of color #D10FB7: hue angle of 308.04º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FB7 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 183 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.18 |
| HSL | 308.04º | 0.87% | 0.44% | - |
| HSV(B) | 308.04º | 0.93% | 0.82% | - |
| XYZ | 35.01 | 17.32 | 46.3 | - |
| YUV | 92.16 | 179.27 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 183 | 0 | 0.93 | 0.12 | 0.18 | 308.04 | 0.87 | 0.44 |
| Hex | D1 | F | B7 | 0 | 5D | C | 12 | 134 | 57 | 2C |
| Octal | 321 | 17 | 267 | 0 | 135 | 14 | 22 | 464 | 127 | 54 |
| Binary | 11010001 | 1111 | 10110111 | 0 | 1011101 | 1100 | 10010 | 100110100 | 1010111 | 101100 |
Color Harmonies of #D10FB7
Complementary color
Monochromatic Colors of #D10FB7
Black with #D10FB7
Text Example
Text Example
White with #D10FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FB7; }
p { color: rgb(209,15,183); }
H1.HeaderClassName
{
color: #D10FB7;
}
.AnyTagClassName
{
color: #D10FB7;
}
</style>
background-color css
<style>
a { background-color: #D10FB7; }
a { background-color: rgb(209,15,183); }
div.DivClassName
{
background-color: #D10FB7;
}
.BgClassName
{
background-color: #D10FB7;
}
</style>
border-color css
<style>
span { border-color: #D10FB7; }
span { border-color: rgb(209,15,183); }
td.TdClassName
{
border-color: #D10FB7;
}
.TagClassName
{
border-color: #D10FB7;
}
</style>