Shades of Deep Magenta #D007BE
Tints of Deep Magenta #D007BE
RGB
CMYK
RGB Variations
Color information
#D007BE (or 0xD007BE) is known color: Deep Magenta. HEX triplet: D0, 07 and BE. RGB value is (208,7,190). Sum of RGB (Red+Green+Blue) = 208+7+190=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D007BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007BE is #2FF841. Grayscale: #575757. Windows color (decimal): -3143746 or 12453840. OLE color: 12453840.
HSL color Cylindrical-coordinate representation of color #D007BE: hue angle of 305.37º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007BE is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.18 |
| HSL | 305.37º | 0.93% | 0.42% | - |
| HSV(B) | 305.37º | 0.97% | 0.82% | - |
| XYZ | 35.38 | 17.28 | 50.19 | - |
| YUV | 87.96 | 185.59 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 190 | 0 | 0.97 | 0.09 | 0.18 | 305.37 | 0.93 | 0.42 |
| Hex | D0 | 7 | BE | 0 | 61 | 9 | 12 | 131 | 5D | 2A |
| Octal | 320 | 7 | 276 | 0 | 141 | 11 | 22 | 461 | 135 | 52 |
| Binary | 11010000 | 111 | 10111110 | 0 | 1100001 | 1001 | 10010 | 100110001 | 1011101 | 101010 |
Color Harmonies of #D007BE
Complementary color
Monochromatic Colors of #D007BE
Black with #D007BE
Text Example
Text Example
White with #D007BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007BE; }
p { color: rgb(208,7,190); }
H1.HeaderClassName
{
color: #D007BE;
}
.AnyTagClassName
{
color: #D007BE;
}
</style>
background-color css
<style>
a { background-color: #D007BE; }
a { background-color: rgb(208,7,190); }
div.DivClassName
{
background-color: #D007BE;
}
.BgClassName
{
background-color: #D007BE;
}
</style>
border-color css
<style>
span { border-color: #D007BE; }
span { border-color: rgb(208,7,190); }
td.TdClassName
{
border-color: #D007BE;
}
.TagClassName
{
border-color: #D007BE;
}
</style>