Shades of Deep Magenta #D600BA
Tints of Deep Magenta #D600BA
RGB
CMYK
RGB Variations
Color information
#D600BA (or 0xD600BA) is known color: Deep Magenta. HEX triplet: D6, 00 and BA. RGB value is (214,0,186). Sum of RGB (Red+Green+Blue) = 214+0+186=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D600BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D600BA is #29FF45. Grayscale: #545454. Windows color (decimal): -2752326 or 12189910. OLE color: 12189910.
HSL color Cylindrical-coordinate representation of color #D600BA: hue angle of 307.85º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600BA is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.13 | 0.16 |
| HSL | 307.85º | 1% | 0.42% | - |
| HSV(B) | 307.85º | 1% | 0.84% | - |
| XYZ | 36.59 | 17.84 | 47.97 | - |
| YUV | 85.19 | 184.9 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 186 | 0 | 1 | 0.13 | 0.16 | 307.85 | 1 | 0.42 |
| Hex | D6 | 0 | BA | 0 | 64 | D | 10 | 134 | 64 | 2A |
| Octal | 326 | 0 | 272 | 0 | 144 | 15 | 20 | 464 | 144 | 52 |
| Binary | 11010110 | 0 | 10111010 | 0 | 1100100 | 1101 | 10000 | 100110100 | 1100100 | 101010 |
Color Harmonies of #D600BA
Complementary color
Monochromatic Colors of #D600BA
Black with #D600BA
Text Example
Text Example
White with #D600BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D600BA; }
p { color: rgb(214,0,186); }
H1.HeaderClassName
{
color: #D600BA;
}
.AnyTagClassName
{
color: #D600BA;
}
</style>
background-color css
<style>
a { background-color: #D600BA; }
a { background-color: rgb(214,0,186); }
div.DivClassName
{
background-color: #D600BA;
}
.BgClassName
{
background-color: #D600BA;
}
</style>
border-color css
<style>
span { border-color: #D600BA; }
span { border-color: rgb(214,0,186); }
td.TdClassName
{
border-color: #D600BA;
}
.TagClassName
{
border-color: #D600BA;
}
</style>