Shades of Deep Magenta #D013B7
Tints of Deep Magenta #D013B7
RGB
CMYK
RGB Variations
Color information
#D013B7 (or 0xD013B7) is known color: Deep Magenta. HEX triplet: D0, 13 and B7. RGB value is (208,19,183). Sum of RGB (Red+Green+Blue) = 208+19+183=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D013B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013B7 is #2FEC48. Grayscale: #5D5D5D. Windows color (decimal): -3140681 or 11998160. OLE color: 11998160.
HSL color Cylindrical-coordinate representation of color #D013B7: hue angle of 307.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013B7 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 183 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.18 |
| HSL | 307.94º | 0.83% | 0.45% | - |
| HSV(B) | 307.94º | 0.91% | 0.82% | - |
| XYZ | 34.79 | 17.29 | 46.3 | - |
| YUV | 94.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 183 | 0 | 0.91 | 0.12 | 0.18 | 307.94 | 0.83 | 0.45 |
| Hex | D0 | 13 | B7 | 0 | 5B | C | 12 | 134 | 53 | 2D |
| Octal | 320 | 23 | 267 | 0 | 133 | 14 | 22 | 464 | 123 | 55 |
| Binary | 11010000 | 10011 | 10110111 | 0 | 1011011 | 1100 | 10010 | 100110100 | 1010011 | 101101 |
Color Harmonies of #D013B7
Complementary color
Monochromatic Colors of #D013B7
Black with #D013B7
Text Example
Text Example
White with #D013B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013B7; }
p { color: rgb(208,19,183); }
H1.HeaderClassName
{
color: #D013B7;
}
.AnyTagClassName
{
color: #D013B7;
}
</style>
background-color css
<style>
a { background-color: #D013B7; }
a { background-color: rgb(208,19,183); }
div.DivClassName
{
background-color: #D013B7;
}
.BgClassName
{
background-color: #D013B7;
}
</style>
border-color css
<style>
span { border-color: #D013B7; }
span { border-color: rgb(208,19,183); }
td.TdClassName
{
border-color: #D013B7;
}
.TagClassName
{
border-color: #D013B7;
}
</style>