Shades of Deep Magenta #D700BF
Tints of Deep Magenta #D700BF
RGB
CMYK
RGB Variations
Color information
#D700BF (or 0xD700BF) is known color: Deep Magenta. HEX triplet: D7, 00 and BF. RGB value is (215,0,191). Sum of RGB (Red+Green+Blue) = 215+0+191=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D700BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700BF is #28FF40. Grayscale: #555555. Windows color (decimal): -2686785 or 12517591. OLE color: 12517591.
HSL color Cylindrical-coordinate representation of color #D700BF: hue angle of 306.7º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700BF is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.11 | 0.16 |
| HSL | 306.7º | 1% | 0.42% | - |
| HSV(B) | 306.7º | 1% | 0.84% | - |
| XYZ | 37.43 | 18.21 | 50.83 | - |
| YUV | 86.06 | 187.23 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 191 | 0 | 1 | 0.11 | 0.16 | 306.7 | 1 | 0.42 |
| Hex | D7 | 0 | BF | 0 | 64 | B | 10 | 133 | 64 | 2A |
| Octal | 327 | 0 | 277 | 0 | 144 | 13 | 20 | 463 | 144 | 52 |
| Binary | 11010111 | 0 | 10111111 | 0 | 1100100 | 1011 | 10000 | 100110011 | 1100100 | 101010 |
Color Harmonies of #D700BF
Complementary color
Monochromatic Colors of #D700BF
Black with #D700BF
Text Example
Text Example
White with #D700BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700BF; }
p { color: rgb(215,0,191); }
H1.HeaderClassName
{
color: #D700BF;
}
.AnyTagClassName
{
color: #D700BF;
}
</style>
background-color css
<style>
a { background-color: #D700BF; }
a { background-color: rgb(215,0,191); }
div.DivClassName
{
background-color: #D700BF;
}
.BgClassName
{
background-color: #D700BF;
}
</style>
border-color css
<style>
span { border-color: #D700BF; }
span { border-color: rgb(215,0,191); }
td.TdClassName
{
border-color: #D700BF;
}
.TagClassName
{
border-color: #D700BF;
}
</style>