Shades of Deep Magenta #D300BF
Tints of Deep Magenta #D300BF
RGB
CMYK
RGB Variations
Color information
#D300BF (or 0xD300BF) is known color: Deep Magenta. HEX triplet: D3, 00 and BF. RGB value is (211,0,191). Sum of RGB (Red+Green+Blue) = 211+0+191=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D300BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300BF is #2CFF40. Grayscale: #545454. Windows color (decimal): -2948929 or 12517587. OLE color: 12517587.
HSL color Cylindrical-coordinate representation of color #D300BF: hue angle of 305.69º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300BF is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.09 | 0.17 |
| HSL | 305.69º | 1% | 0.41% | - |
| HSV(B) | 305.69º | 1% | 0.83% | - |
| XYZ | 36.27 | 17.61 | 50.78 | - |
| YUV | 84.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 191 | 0 | 1 | 0.09 | 0.17 | 305.69 | 1 | 0.41 |
| Hex | D3 | 0 | BF | 0 | 64 | 9 | 11 | 132 | 64 | 29 |
| Octal | 323 | 0 | 277 | 0 | 144 | 11 | 21 | 462 | 144 | 51 |
| Binary | 11010011 | 0 | 10111111 | 0 | 1100100 | 1001 | 10001 | 100110010 | 1100100 | 101001 |
Color Harmonies of #D300BF
Complementary color
Monochromatic Colors of #D300BF
Black with #D300BF
Text Example
Text Example
White with #D300BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300BF; }
p { color: rgb(211,0,191); }
H1.HeaderClassName
{
color: #D300BF;
}
.AnyTagClassName
{
color: #D300BF;
}
</style>
background-color css
<style>
a { background-color: #D300BF; }
a { background-color: rgb(211,0,191); }
div.DivClassName
{
background-color: #D300BF;
}
.BgClassName
{
background-color: #D300BF;
}
</style>
border-color css
<style>
span { border-color: #D300BF; }
span { border-color: rgb(211,0,191); }
td.TdClassName
{
border-color: #D300BF;
}
.TagClassName
{
border-color: #D300BF;
}
</style>