Shades of Deep Magenta #D301B6
Tints of Deep Magenta #D301B6
RGB
CMYK
RGB Variations
Color information
#D301B6 (or 0xD301B6) is known color: Deep Magenta. HEX triplet: D3, 01 and B6. RGB value is (211,1,182). Sum of RGB (Red+Green+Blue) = 211+1+182=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D301B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301B6 is #2CFE49. Grayscale: #535353. Windows color (decimal): -2948682 or 11928019. OLE color: 11928019.
HSL color Cylindrical-coordinate representation of color #D301B6: hue angle of 308.29º 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 #D301B6 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 182 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.17 |
| HSL | 308.29º | 0.99% | 0.42% | - |
| HSV(B) | 308.29º | 1% | 0.83% | - |
| XYZ | 35.32 | 17.25 | 45.72 | - |
| YUV | 84.42 | 183.07 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 182 | 0 | 1.00 | 0.14 | 0.17 | 308.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | B6 | 0 | 64 | E | 11 | 134 | 63 | 2A |
| Octal | 323 | 1 | 266 | 0 | 144 | 16 | 21 | 464 | 143 | 52 |
| Binary | 11010011 | 1 | 10110110 | 0 | 1100100 | 1110 | 10001 | 100110100 | 1100011 | 101010 |
Color Harmonies of #D301B6
Complementary color
Monochromatic Colors of #D301B6
Black with #D301B6
Text Example
Text Example
White with #D301B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301B6; }
p { color: rgb(211,1,182); }
H1.HeaderClassName
{
color: #D301B6;
}
.AnyTagClassName
{
color: #D301B6;
}
</style>
background-color css
<style>
a { background-color: #D301B6; }
a { background-color: rgb(211,1,182); }
div.DivClassName
{
background-color: #D301B6;
}
.BgClassName
{
background-color: #D301B6;
}
</style>
border-color css
<style>
span { border-color: #D301B6; }
span { border-color: rgb(211,1,182); }
td.TdClassName
{
border-color: #D301B6;
}
.TagClassName
{
border-color: #D301B6;
}
</style>