Shades of Deep Magenta #D010B7
Tints of Deep Magenta #D010B7
RGB
CMYK
RGB Variations
Color information
#D010B7 (or 0xD010B7) is known color: Deep Magenta. HEX triplet: D0, 10 and B7. RGB value is (208,16,183). Sum of RGB (Red+Green+Blue) = 208+16+183=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D010B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010B7 is #2FEF48. Grayscale: #5B5B5B. Windows color (decimal): -3141449 or 11997392. OLE color: 11997392.
HSL color Cylindrical-coordinate representation of color #D010B7: hue angle of 307.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010B7 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 183 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.18 |
| HSL | 307.81º | 0.86% | 0.44% | - |
| HSV(B) | 307.81º | 0.92% | 0.82% | - |
| XYZ | 34.74 | 17.2 | 46.29 | - |
| YUV | 92.45 | 179.11 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 183 | 0 | 0.92 | 0.12 | 0.18 | 307.81 | 0.86 | 0.44 |
| Hex | D0 | 10 | B7 | 0 | 5C | C | 12 | 134 | 56 | 2C |
| Octal | 320 | 20 | 267 | 0 | 134 | 14 | 22 | 464 | 126 | 54 |
| Binary | 11010000 | 10000 | 10110111 | 0 | 1011100 | 1100 | 10010 | 100110100 | 1010110 | 101100 |
Color Harmonies of #D010B7
Complementary color
Monochromatic Colors of #D010B7
Black with #D010B7
Text Example
Text Example
White with #D010B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010B7; }
p { color: rgb(208,16,183); }
H1.HeaderClassName
{
color: #D010B7;
}
.AnyTagClassName
{
color: #D010B7;
}
</style>
background-color css
<style>
a { background-color: #D010B7; }
a { background-color: rgb(208,16,183); }
div.DivClassName
{
background-color: #D010B7;
}
.BgClassName
{
background-color: #D010B7;
}
</style>
border-color css
<style>
span { border-color: #D010B7; }
span { border-color: rgb(208,16,183); }
td.TdClassName
{
border-color: #D010B7;
}
.TagClassName
{
border-color: #D010B7;
}
</style>