Shades of Deep Magenta #D607BE
Tints of Deep Magenta #D607BE
RGB
CMYK
RGB Variations
Color information
#D607BE (or 0xD607BE) is known color: Deep Magenta. HEX triplet: D6, 07 and BE. RGB value is (214,7,190). Sum of RGB (Red+Green+Blue) = 214+7+190=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D607BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607BE is #29F841. Grayscale: #595959. Windows color (decimal): -2750530 or 12453846. OLE color: 12453846.
HSL color Cylindrical-coordinate representation of color #D607BE: hue angle of 306.96º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607BE is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.16 |
| HSL | 306.96º | 0.94% | 0.43% | - |
| HSV(B) | 306.96º | 0.97% | 0.84% | - |
| XYZ | 37.1 | 18.17 | 50.27 | - |
| YUV | 89.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 190 | 0 | 0.97 | 0.11 | 0.16 | 306.96 | 0.94 | 0.43 |
| Hex | D6 | 7 | BE | 0 | 61 | B | 10 | 133 | 5E | 2B |
| Octal | 326 | 7 | 276 | 0 | 141 | 13 | 20 | 463 | 136 | 53 |
| Binary | 11010110 | 111 | 10111110 | 0 | 1100001 | 1011 | 10000 | 100110011 | 1011110 | 101011 |
Color Harmonies of #D607BE
Complementary color
Monochromatic Colors of #D607BE
Black with #D607BE
Text Example
Text Example
White with #D607BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607BE; }
p { color: rgb(214,7,190); }
H1.HeaderClassName
{
color: #D607BE;
}
.AnyTagClassName
{
color: #D607BE;
}
</style>
background-color css
<style>
a { background-color: #D607BE; }
a { background-color: rgb(214,7,190); }
div.DivClassName
{
background-color: #D607BE;
}
.BgClassName
{
background-color: #D607BE;
}
</style>
border-color css
<style>
span { border-color: #D607BE; }
span { border-color: rgb(214,7,190); }
td.TdClassName
{
border-color: #D607BE;
}
.TagClassName
{
border-color: #D607BE;
}
</style>