Shades of Deep Magenta #D301B7
Tints of Deep Magenta #D301B7
RGB
CMYK
RGB Variations
Color information
#D301B7 (or 0xD301B7) is known color: Deep Magenta. HEX triplet: D3, 01 and B7. RGB value is (211,1,183). Sum of RGB (Red+Green+Blue) = 211+1+183=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D301B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301B7 is #2CFE48. Grayscale: #545454. Windows color (decimal): -2948681 or 11993555. OLE color: 11993555.
HSL color Cylindrical-coordinate representation of color #D301B7: hue angle of 308º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301B7 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.17 |
| HSL | 308º | 0.99% | 0.42% | - |
| HSV(B) | 308º | 1% | 0.83% | - |
| XYZ | 35.42 | 17.29 | 46.27 | - |
| YUV | 84.54 | 183.57 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 183 | 0 | 1.00 | 0.13 | 0.17 | 308 | 0.99 | 0.42 |
| Hex | D3 | 1 | B7 | 0 | 64 | D | 11 | 134 | 63 | 2A |
| Octal | 323 | 1 | 267 | 0 | 144 | 15 | 21 | 464 | 143 | 52 |
| Binary | 11010011 | 1 | 10110111 | 0 | 1100100 | 1101 | 10001 | 100110100 | 1100011 | 101010 |
Color Harmonies of #D301B7
Complementary color
Monochromatic Colors of #D301B7
Black with #D301B7
Text Example
Text Example
White with #D301B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301B7; }
p { color: rgb(211,1,183); }
H1.HeaderClassName
{
color: #D301B7;
}
.AnyTagClassName
{
color: #D301B7;
}
</style>
background-color css
<style>
a { background-color: #D301B7; }
a { background-color: rgb(211,1,183); }
div.DivClassName
{
background-color: #D301B7;
}
.BgClassName
{
background-color: #D301B7;
}
</style>
border-color css
<style>
span { border-color: #D301B7; }
span { border-color: rgb(211,1,183); }
td.TdClassName
{
border-color: #D301B7;
}
.TagClassName
{
border-color: #D301B7;
}
</style>