Shades of Deep Magenta #D700BE
Tints of Deep Magenta #D700BE
RGB
CMYK
RGB Variations
Color information
#D700BE (or 0xD700BE) is known color: Deep Magenta. HEX triplet: D7, 00 and BE. RGB value is (215,0,190). Sum of RGB (Red+Green+Blue) = 215+0+190=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D700BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700BE is #28FF41. Grayscale: #555555. Windows color (decimal): -2686786 or 12452055. OLE color: 12452055.
HSL color Cylindrical-coordinate representation of color #D700BE: hue angle of 306.98º 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 #D700BE is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.12 | 0.16 |
| HSL | 306.98º | 1% | 0.42% | - |
| HSV(B) | 306.98º | 1% | 0.84% | - |
| XYZ | 37.32 | 18.16 | 50.25 | - |
| YUV | 85.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 190 | 0 | 1 | 0.12 | 0.16 | 306.98 | 1 | 0.42 |
| Hex | D7 | 0 | BE | 0 | 64 | C | 10 | 133 | 64 | 2A |
| Octal | 327 | 0 | 276 | 0 | 144 | 14 | 20 | 463 | 144 | 52 |
| Binary | 11010111 | 0 | 10111110 | 0 | 1100100 | 1100 | 10000 | 100110011 | 1100100 | 101010 |
Color Harmonies of #D700BE
Complementary color
Monochromatic Colors of #D700BE
Black with #D700BE
Text Example
Text Example
White with #D700BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700BE; }
p { color: rgb(215,0,190); }
H1.HeaderClassName
{
color: #D700BE;
}
.AnyTagClassName
{
color: #D700BE;
}
</style>
background-color css
<style>
a { background-color: #D700BE; }
a { background-color: rgb(215,0,190); }
div.DivClassName
{
background-color: #D700BE;
}
.BgClassName
{
background-color: #D700BE;
}
</style>
border-color css
<style>
span { border-color: #D700BE; }
span { border-color: rgb(215,0,190); }
td.TdClassName
{
border-color: #D700BE;
}
.TagClassName
{
border-color: #D700BE;
}
</style>