Shades of Deep Magenta #D501B7
Tints of Deep Magenta #D501B7
RGB
CMYK
RGB Variations
Color information
#D501B7 (or 0xD501B7) is known color: Deep Magenta. HEX triplet: D5, 01 and B7. RGB value is (213,1,183). Sum of RGB (Red+Green+Blue) = 213+1+183=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D501B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501B7 is #2AFE48. Grayscale: #545454. Windows color (decimal): -2817609 or 11993557. OLE color: 11993557.
HSL color Cylindrical-coordinate representation of color #D501B7: hue angle of 308.49º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501B7 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.16 |
| HSL | 308.49º | 0.99% | 0.42% | - |
| HSV(B) | 308.49º | 1% | 0.84% | - |
| XYZ | 36 | 17.59 | 46.3 | - |
| YUV | 85.14 | 183.24 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 183 | 0 | 1.00 | 0.14 | 0.16 | 308.49 | 0.99 | 0.42 |
| Hex | D5 | 1 | B7 | 0 | 64 | E | 10 | 134 | 63 | 2A |
| Octal | 325 | 1 | 267 | 0 | 144 | 16 | 20 | 464 | 143 | 52 |
| Binary | 11010101 | 1 | 10110111 | 0 | 1100100 | 1110 | 10000 | 100110100 | 1100011 | 101010 |
Color Harmonies of #D501B7
Complementary color
Monochromatic Colors of #D501B7
Black with #D501B7
Text Example
Text Example
White with #D501B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501B7; }
p { color: rgb(213,1,183); }
H1.HeaderClassName
{
color: #D501B7;
}
.AnyTagClassName
{
color: #D501B7;
}
</style>
background-color css
<style>
a { background-color: #D501B7; }
a { background-color: rgb(213,1,183); }
div.DivClassName
{
background-color: #D501B7;
}
.BgClassName
{
background-color: #D501B7;
}
</style>
border-color css
<style>
span { border-color: #D501B7; }
span { border-color: rgb(213,1,183); }
td.TdClassName
{
border-color: #D501B7;
}
.TagClassName
{
border-color: #D501B7;
}
</style>