Shades of Deep Magenta #D601BE
Tints of Deep Magenta #D601BE
RGB
CMYK
RGB Variations
Color information
#D601BE (or 0xD601BE) is known color: Deep Magenta. HEX triplet: D6, 01 and BE. RGB value is (214,1,190). Sum of RGB (Red+Green+Blue) = 214+1+190=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D601BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601BE is #29FE41. Grayscale: #555555. Windows color (decimal): -2752066 or 12452310. OLE color: 12452310.
HSL color Cylindrical-coordinate representation of color #D601BE: hue angle of 306.76º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601BE is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.16 |
| HSL | 306.76º | 0.99% | 0.42% | - |
| HSV(B) | 306.76º | 1% | 0.84% | - |
| XYZ | 37.04 | 18.04 | 50.24 | - |
| YUV | 86.23 | 186.57 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 190 | 0 | 1.00 | 0.11 | 0.16 | 306.76 | 0.99 | 0.42 |
| Hex | D6 | 1 | BE | 0 | 64 | B | 10 | 133 | 63 | 2A |
| Octal | 326 | 1 | 276 | 0 | 144 | 13 | 20 | 463 | 143 | 52 |
| Binary | 11010110 | 1 | 10111110 | 0 | 1100100 | 1011 | 10000 | 100110011 | 1100011 | 101010 |
Color Harmonies of #D601BE
Complementary color
Monochromatic Colors of #D601BE
Black with #D601BE
Text Example
Text Example
White with #D601BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601BE; }
p { color: rgb(214,1,190); }
H1.HeaderClassName
{
color: #D601BE;
}
.AnyTagClassName
{
color: #D601BE;
}
</style>
background-color css
<style>
a { background-color: #D601BE; }
a { background-color: rgb(214,1,190); }
div.DivClassName
{
background-color: #D601BE;
}
.BgClassName
{
background-color: #D601BE;
}
</style>
border-color css
<style>
span { border-color: #D601BE; }
span { border-color: rgb(214,1,190); }
td.TdClassName
{
border-color: #D601BE;
}
.TagClassName
{
border-color: #D601BE;
}
</style>