Shades of Deep Magenta #D601BF
Tints of Deep Magenta #D601BF
RGB
CMYK
RGB Variations
Color information
#D601BF (or 0xD601BF) is known color: Deep Magenta. HEX triplet: D6, 01 and BF. RGB value is (214,1,191). Sum of RGB (Red+Green+Blue) = 214+1+191=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D601BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601BF is #29FE40. Grayscale: #555555. Windows color (decimal): -2752065 or 12517846. OLE color: 12517846.
HSL color Cylindrical-coordinate representation of color #D601BF: hue angle of 306.48º 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 #D601BF is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.16 |
| HSL | 306.48º | 0.99% | 0.42% | - |
| HSV(B) | 306.48º | 1% | 0.84% | - |
| XYZ | 37.15 | 18.08 | 50.82 | - |
| YUV | 86.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 191 | 0 | 1.00 | 0.11 | 0.16 | 306.48 | 0.99 | 0.42 |
| Hex | D6 | 1 | BF | 0 | 64 | B | 10 | 132 | 63 | 2A |
| Octal | 326 | 1 | 277 | 0 | 144 | 13 | 20 | 462 | 143 | 52 |
| Binary | 11010110 | 1 | 10111111 | 0 | 1100100 | 1011 | 10000 | 100110010 | 1100011 | 101010 |
Color Harmonies of #D601BF
Complementary color
Monochromatic Colors of #D601BF
Black with #D601BF
Text Example
Text Example
White with #D601BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601BF; }
p { color: rgb(214,1,191); }
H1.HeaderClassName
{
color: #D601BF;
}
.AnyTagClassName
{
color: #D601BF;
}
</style>
background-color css
<style>
a { background-color: #D601BF; }
a { background-color: rgb(214,1,191); }
div.DivClassName
{
background-color: #D601BF;
}
.BgClassName
{
background-color: #D601BF;
}
</style>
border-color css
<style>
span { border-color: #D601BF; }
span { border-color: rgb(214,1,191); }
td.TdClassName
{
border-color: #D601BF;
}
.TagClassName
{
border-color: #D601BF;
}
</style>