Shades of Deep Magenta #D601BA
Tints of Deep Magenta #D601BA
RGB
CMYK
RGB Variations
Color information
#D601BA (or 0xD601BA) is known color: Deep Magenta. HEX triplet: D6, 01 and BA. RGB value is (214,1,186). Sum of RGB (Red+Green+Blue) = 214+1+186=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D601BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601BA is #29FE45. Grayscale: #555555. Windows color (decimal): -2752070 or 12190166. OLE color: 12190166.
HSL color Cylindrical-coordinate representation of color #D601BA: hue angle of 307.89º 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 #D601BA is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.16 |
| HSL | 307.89º | 0.99% | 0.42% | - |
| HSV(B) | 307.89º | 1% | 0.84% | - |
| XYZ | 36.61 | 17.86 | 47.97 | - |
| YUV | 85.78 | 184.57 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 186 | 0 | 1.00 | 0.13 | 0.16 | 307.89 | 0.99 | 0.42 |
| Hex | D6 | 1 | BA | 0 | 64 | D | 10 | 134 | 63 | 2A |
| Octal | 326 | 1 | 272 | 0 | 144 | 15 | 20 | 464 | 143 | 52 |
| Binary | 11010110 | 1 | 10111010 | 0 | 1100100 | 1101 | 10000 | 100110100 | 1100011 | 101010 |
Color Harmonies of #D601BA
Complementary color
Monochromatic Colors of #D601BA
Black with #D601BA
Text Example
Text Example
White with #D601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601BA; }
p { color: rgb(214,1,186); }
H1.HeaderClassName
{
color: #D601BA;
}
.AnyTagClassName
{
color: #D601BA;
}
</style>
background-color css
<style>
a { background-color: #D601BA; }
a { background-color: rgb(214,1,186); }
div.DivClassName
{
background-color: #D601BA;
}
.BgClassName
{
background-color: #D601BA;
}
</style>
border-color css
<style>
span { border-color: #D601BA; }
span { border-color: rgb(214,1,186); }
td.TdClassName
{
border-color: #D601BA;
}
.TagClassName
{
border-color: #D601BA;
}
</style>